add moderator role command

This commit is contained in:
Dustin Pianalto
2021-01-25 21:52:12 -09:00
parent cab3b15993
commit 21a7515797
4 changed files with 55 additions and 0 deletions
+1
View File
@@ -24,5 +24,6 @@ func AddCommandHandlers(g *disgoman.CommandManager) {
_ = g.AddCommand(utils.PingCommand)
_ = g.AddCommand(guild.AddPrefixCommand)
_ = g.AddCommand(guild.RemovePrefixCommand)
_ = g.AddCommand(guild.AddModeratorRoleCommand)
_ = g.AddCommand(requests.RequestCommand)
}