Add close and list commands

This commit is contained in:
Dustin Pianalto 2021-02-22 19:59:39 -09:00
parent b85bd69368
commit 485ee3f635

View File

@ -32,4 +32,6 @@ func AddCommandHandlers(g *disgoman.CommandManager) {
_ = g.AddCommand(guild.SelfAssignRoleCommand)
_ = g.AddCommand(guild.UnAssignRoleCommand)
_ = g.AddCommand(requests.RequestCommand)
_ = g.AddCommand(requests.CloseCommand)
_ = g.AddCommand(requests.ListCommand)
}