From d16521e5e31e735645d0d1793bb49cdb1d40fbfb Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Tue, 25 Aug 2020 21:10:32 -0800 Subject: [PATCH] Add prpn alias --- djpianalto.com/goff/exts/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,