|
|
|
@ -197,7 +197,7 @@ func AddCommandHandlers(h *disgoman.CommandManager) {
|
|
|
|
})
|
|
|
|
})
|
|
|
|
_ = h.AddCommand(&disgoman.Command{
|
|
|
|
_ = h.AddCommand(&disgoman.Command{
|
|
|
|
Name: "ParseRPN",
|
|
|
|
Name: "ParseRPN",
|
|
|
|
Aliases: []string{'PRPN'},
|
|
|
|
Aliases: []string{"PRPN"},
|
|
|
|
Description: "Parse RPN string and return the result",
|
|
|
|
Description: "Parse RPN string and return the result",
|
|
|
|
OwnerOnly: false,
|
|
|
|
OwnerOnly: false,
|
|
|
|
Hidden: false,
|
|
|
|
Hidden: false,
|
|
|
|
|