You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When supplying an alias for a command, the alias is registered but the base command does not work. The server reports the alias (/balance in this instance) as a valid command, but when trying to run it I get the error Unknown Command
I should note that supplying arguments to the alias'd command does work. /balance Player works whereas /balance does not.
Describe the bug
When supplying an alias for a command, the alias is registered but the base command does not work. The server reports the alias (
/balance
in this instance) as a valid command, but when trying to run it I get the errorUnknown Command
I should note that supplying arguments to the alias'd command does work.
/balance Player
works whereas/balance
does not.My code
This code reproduces the behavior:
Expected behavior
The base command with no args is successfully run either through the alias or the non alias.
Screenshots
https://i.imgur.com/5CTg18o.png
The first line is me running
/bal
and the second is me running/balance
The text was updated successfully, but these errors were encountered: