Add infix alias

This commit is contained in:
Dustin Pianalto 2020-08-25 21:12:08 -08:00
parent d16521e5e3
commit ac46753546

View File

@ -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,