mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 02:53:31 +01:00
Fix presence updating
This commit is contained in:
@@ -254,7 +254,8 @@ class Activity {
|
|||||||
this.type === activity.type &&
|
this.type === activity.type &&
|
||||||
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)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user