mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
Fix presence updating
This commit is contained in:
@@ -254,7 +254,8 @@ class Activity {
|
||||
this.type === activity.type &&
|
||||
this.url === activity.url &&
|
||||
this.state === activity.state &&
|
||||
this.details === activity.details)
|
||||
this.details === activity.details &&
|
||||
this.emoji === activity.emoji)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user