MessageDelete handling

This commit is contained in:
hydrabolt
2016-04-18 18:06:31 +01:00
parent c947e172d6
commit d437fd31cf
7 changed files with 44 additions and 2 deletions

View File

@@ -100,6 +100,7 @@ const Events = exports.Events = {
WARN: 'warn',
GUILD_MEMBERS_CHUNK: 'guildMembersChunk',
MESSAGE_CREATE: 'message',
MESSAGE_DELETE: 'messageDelete',
};
const WSEvents = exports.WSEvents = {