mirror of
https://github.com/danbulant/discord.js
synced 2026-06-07 00:32:03 +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,
|
roles: data.roles,
|
||||||
deaf: false,
|
deaf: false,
|
||||||
mute: false,
|
mute: false,
|
||||||
}, true);
|
}, false);
|
||||||
client.emit(Constants.Events.GUILD_MEMBER_AVAILABLE, guild, member);
|
client.emit(Constants.Events.GUILD_MEMBER_AVAILABLE, guild, member);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue