mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
Fix READY bug when logging in with email/password, add UserUpdate packet handler
This commit is contained in:
@@ -92,6 +92,7 @@ const Events = exports.Events = {
|
||||
CHANNEL_DELETE: 'channelDelete',
|
||||
CHANNEL_UPDATE: 'channelUpdate',
|
||||
PRESENCE_UPDATE: 'presenceUpdate',
|
||||
USER_UPDATE: 'userUpdate',
|
||||
WARN: 'warn',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user