TypingStart handler

This commit is contained in:
hydrabolt
2016-04-18 16:39:57 +01:00
parent d1d13f5c85
commit ce2cf382b3
5 changed files with 78 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ class WebSocketPacketManager {
this.register(Constants.WSEvents.PRESENCE_UPDATE, 'PresenceUpdate');
this.register(Constants.WSEvents.USER_UPDATE, 'UserUpdate');
this.register(Constants.WSEvents.VOICE_STATE_UPDATE, 'VoiceStateUpdate');
this.register(Constants.WSEvents.TYPING_START, 'TypingStart');
}
get client() {