Releases: kvnxiao/Discordinator
v1.2.5 - Command Arguments use LinkedList implementation
v1.2.4 - Added Permissions to Essential Commands (Enable / Disable)
Now requires user to have permissions MANAGE_ROLES and MANAGE_CHANNELS in order to execute Enable and Disable commands!
v1.2.3 - Update for Official Discord4J 2.5.0 Release
Updated module minimum version for official Discord4J version 2.5.0 release!
v1.2.2 - Added CommandUtils & Usage Field for Commands
In update to Ordinator v1.1.3,
- Added CommandUtils class with static methods to send a message already wrapped by a request buffer
- Added Usage Field for commands to dictate how one should utilise a command when !help is called.
v1.2.1 - MINI-UPDATE to Ordinator v1.1.2
Fixes help command, when querying for specific command information, to display sub command aliases instead of sub command names.
v1.2.0 - Permission Update (allowPrivateMessage & forcePrivateReply)
Added two new fields to the Permission annotation and support in the command builder (or all args command constructor):
- allowPrivateMessage
- allows this command to be executed in a private message
- default = false
- forcePrivateReply
- when this command is executed, forces any message reply from the bot to send back as a private reply
- default = false
v1.1.1 - Permission System & Core Framework Rewrite UPDATE
Now using Ordinator v1.0.1 for public loggers so that user defined commands can access them if necessary.
See previous release for more information.
v1.1.0 - Permission System & Core Framework Rewrite
Removed the discordinator-core module completely. This repository now hosts only the Discord related modules and uses the Ordinator project repository (a rewrite of the core command framework) for functionality.
Now supports a complete Permissions system for the Discord4J module, as well as commands that can only be executed with a bot username/nickname mention!