Skip to content
This repository was archived by the owner on Jun 18, 2020. It is now read-only.

Releases: Discord4J-Addons/Commands4J

Version 2.1

24 May 19:57
Compare
Choose a tag to compare

Fix NPE on private messages

Version 2.0

24 Jul 02:13
Compare
Choose a tag to compare

This is a complete rewrite of the Commands4J API.

1.1.0 Release

19 Sep 19:01
Compare
Choose a tag to compare
  • 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

11 Sep 17:02
Compare
Choose a tag to compare

+ 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

31 Aug 22:17
Compare
Choose a tag to compare

+ 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

27 Aug 06:06
Compare
Choose a tag to compare

* Fixed argument parsing

Bad enough for its own release

1.0 Release

27 Aug 04:20
Compare
Choose a tag to compare

First release. Basic command functionality.