Releases: CraftenDev/BkCommandApi
Releases · CraftenDev/BkCommandApi
v1.1.0
Added
- Display usage information when using a command with invalid arguments #1
Deprecated
CommandHandler.CommandNotFound
is now deprecated because a command always exists if a handler method was found
Use CommandHandler.InvalidUsage
if a command was used with invalid arguments