Added GuildUpdate handling, and setting guilds details

This commit is contained in:
hydrabolt
2016-05-03 16:42:38 +01:00
parent 82ac3d1c44
commit ab17375248
8 changed files with 215 additions and 11 deletions

View File

@@ -13,6 +13,7 @@ class ActionsManager {
this.register('ChannelDelete');
this.register('ChannelUpdate');
this.register('GuildDelete');
this.register('GuildUpdate');
this.register('UserUpdate');
}