This repository was archived by the owner on Jun 18, 2020. It is now read-only.
Releases: Discord4J-Addons/Commands4J
Releases · Discord4J-Addons/Commands4J
Version 2.1
Version 2.0
This is a complete rewrite of the Commands4J API.
1.1.0 Release
- Made Commands4J an IModule. This means that it can be required and used in the Discord4J module workflow.
- Changed the scope of the Discord4J dependency to provided.
1.0.3 Release
+ Added CommandRegistry#registerAll()
* Changed CommandRegistry#getRegistryForClient()
to CommandRegistry#getForClient()
- Added the ability to add an arbitrary "usage" string to a command. (@poncethecat)
- Fixed the setting of aliases
- Updated to D4J 2.6.0
1.0.2 Release
+ Added more documentation.
- Added support for arguments to be split by quotes.
- Removed Command.Options, merging it with Commnad for more streamlined command creation.
* Fixed multi-length prefixes.
1.0.1 Release
* Fixed argument parsing
Bad enough for its own release
1.0 Release
First release. Basic command functionality.