Releases: TheGameCommunity/BrigadierDiscordExtension
Releases · TheGameCommunity/BrigadierDiscordExtension
Version 0.6.0.0
Update JDA to 5.0.0 beta 10
Version 0.5.0.2
Properly registers command descriptions in discord when a command is registered.
Version 0.5.0.1
Throwables now are send as emphemeral messages
Version 0.5.0.0
add development parameter to DefaultDiscordEventReceiver constructor
Version 0.4.1.0
- Added botRequires methods for discord argument builders
Version 0.4.0.0
- Fixed children of DiscordBaseCommandNode and DiscordArgumentCommandNode not being added when parsed
- All commands executed via DiscordDispatcher are now run asynchronously
- Added a predicate command system
- If a predicate fails, it's consumer is executed instead of the command.
- Updated brigadier to TGC-1.3.3.0
Version 0.3.1.1
- Fixes dependencies not being exposed transitively
Version 0.3.1.0
- Updated Brigadier to version TGC-1.3.1.1
Version 0.3.0.0
Fix an issue which caused the library to be unable to compile
Version 0.2.0.0
Fixes some issues and adds some missing types and methods