Fix bug due to wrong quotes

This commit is contained in:
Dustin Pianalto 2020-08-25 21:07:36 -08:00
parent c3d2073b2b
commit 4955f4bf88

View File

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