This commit is contained in:
Amish Shah
2016-09-11 12:38:52 +01:00
parent 5b8f882a0f
commit af33b2b5bb

View File

@@ -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);
}
}