mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
Added ability to edit a role
This commit is contained in:
@@ -17,6 +17,7 @@ class ActionsManager {
|
||||
this.register('GuildMemberRemove');
|
||||
this.register('GuildRoleCreate');
|
||||
this.register('GuildRoleDelete');
|
||||
this.register('GuildRoleUpdate');
|
||||
this.register('UserUpdate');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user