Added role.delete()

This commit is contained in:
Amish Shah
2016-07-03 13:04:39 +01:00
parent 849b8df2da
commit 3cd91a19aa
10 changed files with 141 additions and 83 deletions

View File

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