Added ability to edit a role

This commit is contained in:
Amish Shah
2016-07-03 16:27:04 +01:00
parent 3cd91a19aa
commit 0d53afe3ce
6 changed files with 131 additions and 12 deletions

View File

@@ -17,6 +17,7 @@ class ActionsManager {
this.register('GuildMemberRemove');
this.register('GuildRoleCreate');
this.register('GuildRoleDelete');
this.register('GuildRoleUpdate');
this.register('UserUpdate');
}