Skip to content

Releases: CraftenDev/BkCommandApi

v1.1.0

22 Apr 22:35
Compare
Choose a tag to compare

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

v1.0.0-SNAPSHOT

22 Apr 22:33
Compare
Choose a tag to compare

Initial release.