Update init.go

This commit is contained in:
Dusty.P
2020-08-29 18:42:38 -08:00
committed by GitHub
parent 85bcb31d56
commit 35882993c2
+1
View File
@@ -204,6 +204,7 @@ func AddCommandHandlers(h *disgoman.CommandManager) {
RequiredPermissions: disgoman.PermissionManageServer,
Invoke: getPuzzleChannel,
})
_ = h.AddCommand(&disgoman.Command{
Name: "RPN",
Aliases: []string{"rpn"},
Description: "Convert infix to rpn",