mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
Update packages/discord.js/src/structures/Presence.js
Co-authored-by: Almeida <almeidx@pm.me>
This commit is contained in:
@@ -255,7 +255,7 @@ class Activity {
|
||||
this.url === activity.url &&
|
||||
this.state === activity.state &&
|
||||
this.details === activity.details &&
|
||||
this.emoji === activity.emoji)
|
||||
this.emoji?.id === activity.emoji?.id)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user