diff --git a/djpianalto.com/goff/exts/init.go b/djpianalto.com/goff/exts/init.go index 1c99737..c8e6adc 100644 --- a/djpianalto.com/goff/exts/init.go +++ b/djpianalto.com/goff/exts/init.go @@ -197,7 +197,7 @@ func AddCommandHandlers(h *disgoman.CommandManager) { }) _ = h.AddCommand(&disgoman.Command{ Name: "ParseRPN", - Aliases: []string{"PRPN"}, + Aliases: []string{"PRPN", "prpn"}, Description: "Parse RPN string and return the result", OwnerOnly: false, Hidden: false,