Update init.go

This commit is contained in:
Dusty.P 2020-08-29 18:42:38 -08:00 committed by GitHub
parent 68379c3562
commit 85e35e0f2c

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",