Added GuildMembersChunk handler; untested

This commit is contained in:
hydrabolt
2016-04-18 16:54:14 +01:00
parent ce2cf382b3
commit c36cc3b551
4 changed files with 35 additions and 2 deletions

View File

@@ -97,6 +97,7 @@ const Events = exports.Events = {
TYPING_START: 'typingStart',
TYPING_STOP: 'typingStop',
WARN: 'warn',
GUILD_MEMBERS_CHUNK: 'guildMembersChunk',
};
const WSEvents = exports.WSEvents = {