mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +00:00
fix #684
This commit is contained in:
parent
5b8f882a0f
commit
af33b2b5bb
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ class PresenceUpdateHandler extends AbstractHandler {
|
|||
roles: data.roles,
|
||||
deaf: false,
|
||||
mute: false,
|
||||
}, true);
|
||||
}, false);
|
||||
client.emit(Constants.Events.GUILD_MEMBER_AVAILABLE, guild, member);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue