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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -204,6 +204,7 @@ func AddCommandHandlers(h *disgoman.CommandManager) {
RequiredPermissions: disgoman.PermissionManageServer, RequiredPermissions: disgoman.PermissionManageServer,
Invoke: getPuzzleChannel, Invoke: getPuzzleChannel,
}) })
_ = h.AddCommand(&disgoman.Command{
Name: "RPN", Name: "RPN",
Aliases: []string{"rpn"}, Aliases: []string{"rpn"},
Description: "Convert infix to rpn", Description: "Convert infix to rpn",