remove mod/admin role command

This commit is contained in:
Dustin Pianalto
2021-01-25 23:49:58 -09:00
parent 70baa24953
commit 776b3638d9
2 changed files with 53 additions and 0 deletions
+1
View File
@@ -26,5 +26,6 @@ func AddCommandHandlers(g *disgoman.CommandManager) {
_ = g.AddCommand(guild.RemovePrefixCommand)
_ = g.AddCommand(guild.AddModeratorRoleCommand)
_ = g.AddCommand(guild.AddAdminRoleCommand)
_ = g.AddCommand(guild.RemoveModRoleCommand)
_ = g.AddCommand(requests.RequestCommand)
}