Fix READY bug when logging in with email/password, add UserUpdate packet handler

This commit is contained in:
hydrabolt
2016-04-17 18:37:15 +01:00
parent abc3f9e2fa
commit 685d7b622c
5 changed files with 50 additions and 3 deletions

View File

@@ -50,5 +50,5 @@ client.on('guildRoleUpdate', (guild, old, newRole) => {
});
client.on('presenceUpdate', (oldUser, newUser) => {
console.log('presence from', oldUser.username, 'to', newUser.username);
// console.log('presence from', oldUser.username, 'to', newUser.username);
});