From ac46753546cf6de91cf78612491295c7113b803d Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Tue, 25 Aug 2020 21:12:08 -0800 Subject: [PATCH] Add infix 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 c8e6adc..4fc48bc 100644 --- a/djpianalto.com/goff/exts/init.go +++ b/djpianalto.com/goff/exts/init.go @@ -206,7 +206,7 @@ func AddCommandHandlers(h *disgoman.CommandManager) { }) _ = h.AddCommand(&disgoman.Command{ Name: "solve", - Aliases: []string{"math"}, + Aliases: []string{"math", "infix"}, Description: "Solve infix equation and return the result", OwnerOnly: false, Hidden: false,