mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 17:43:30 +01:00
Added GuildMembersChunk handler; untested
This commit is contained in:
@@ -97,6 +97,7 @@ const Events = exports.Events = {
|
||||
TYPING_START: 'typingStart',
|
||||
TYPING_STOP: 'typingStop',
|
||||
WARN: 'warn',
|
||||
GUILD_MEMBERS_CHUNK: 'guildMembersChunk',
|
||||
};
|
||||
|
||||
const WSEvents = exports.WSEvents = {
|
||||
|
||||
Reference in New Issue
Block a user