Add view command and update utils

This commit is contained in:
Dustin Pianalto
2021-02-23 23:29:19 -09:00
parent d80fe268d7
commit 270319c615
4 changed files with 116 additions and 16 deletions
+2
View File
@@ -34,4 +34,6 @@ func AddCommandHandlers(g *disgoman.CommandManager) {
_ = g.AddCommand(requests.RequestCommand)
_ = g.AddCommand(requests.CloseCommand)
_ = g.AddCommand(requests.ListCommand)
_ = g.AddCommand(requests.ViewCommand)
_ = g.AddCommand(requests.CommentCommand)
}