Add infix alias
This commit is contained in:
parent
d16521e5e3
commit
ac46753546
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user