mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 03:23:29 +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.url === activity.url &&
|
||||||
this.state === activity.state &&
|
this.state === activity.state &&
|
||||||
this.details === activity.details &&
|
this.details === activity.details &&
|
||||||
this.emoji === activity.emoji)
|
this.emoji?.id === activity.emoji?.id)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user