Add ChannelPinsUpdate event

This commit is contained in:
Amish Shah
2016-08-28 18:50:50 +01:00
parent 309bc5da1f
commit a91fcd5cab
5 changed files with 42 additions and 19 deletions

View File

@@ -38,6 +38,7 @@ class WebSocketPacketManager {
this.register(Constants.WSEvents.MESSAGE_UPDATE, 'MessageUpdate');
this.register(Constants.WSEvents.VOICE_SERVER_UPDATE, 'VoiceServerUpdate');
this.register(Constants.WSEvents.MESSAGE_DELETE_BULK, 'MessageDeleteBulk');
this.register(Constants.WSEvents.CHANNEL_PINS_UPDATE, 'ChannelPinsUpdate');
}
get client() {