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

@@ -38,6 +38,7 @@ class WebSocketPacketManager {
this.register(Constants.WSEvents.VOICE_STATE_UPDATE, 'VoiceStateUpdate');
this.register(Constants.WSEvents.TYPING_START, 'TypingStart');
this.register(Constants.WSEvents.MESSAGE_CREATE, 'MessageCreate');
this.register(Constants.WSEvents.MESSAGE_DELETE, 'MessageDelete');
}
get client() {