Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@leMaik leMaik released this 22 Apr 22:35

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