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,