mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
Make presences track users and guilds, emit them in presenceUpdate
This commit is contained in:
@@ -16,6 +16,8 @@ class ClientPresenceStore extends PresenceStore {
|
||||
afk: false,
|
||||
since: null,
|
||||
activity: null,
|
||||
user: { id: null },
|
||||
guild_id: null,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user