mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Fix READY bug when logging in with email/password, add UserUpdate packet handler
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user