mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 03:23:29 +01:00
Added VoiceStateUpdate handler and DataStore for VoiceChannels. Also added toString methods to Guilds, DMChannels, ServerChannels and Users.
This commit is contained in:
@@ -93,6 +93,7 @@ const Events = exports.Events = {
|
||||
CHANNEL_UPDATE: 'channelUpdate',
|
||||
PRESENCE_UPDATE: 'presenceUpdate',
|
||||
USER_UPDATE: 'userUpdate',
|
||||
VOICE_STATE_UPDATE: 'voiceStateUpdate',
|
||||
WARN: 'warn',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user