Skip to content

Releases: TheGameCommunity/BrigadierDiscordExtension

Version 0.6.0.0

09 Jun 17:34
079749c
Compare
Choose a tag to compare
Version 0.6.0.0 Pre-release
Pre-release

Update JDA to 5.0.0 beta 10

Version 0.5.0.2

02 Jun 23:25
Compare
Choose a tag to compare
Version 0.5.0.2 Pre-release
Pre-release

Properly registers command descriptions in discord when a command is registered.

Version 0.5.0.1

01 Jun 23:25
Compare
Choose a tag to compare
Version 0.5.0.1 Pre-release
Pre-release

Throwables now are send as emphemeral messages

Version 0.5.0.0

01 Jun 23:09
Compare
Choose a tag to compare
Version 0.5.0.0 Pre-release
Pre-release
add development parameter to DefaultDiscordEventReceiver constructor

Version 0.4.1.0

29 May 05:46
Compare
Choose a tag to compare
Version 0.4.1.0 Pre-release
Pre-release
  • Added botRequires methods for discord argument builders

Version 0.4.0.0

29 May 04:54
Compare
Choose a tag to compare
Version 0.4.0.0 Pre-release
Pre-release
  • 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

27 May 07:04
Compare
Choose a tag to compare
Version 0.3.1.1 Pre-release
Pre-release
  • Fixes dependencies not being exposed transitively

Version 0.3.1.0

27 May 06:10
Compare
Choose a tag to compare
Version 0.3.1.0 Pre-release
Pre-release
  • Updated Brigadier to version TGC-1.3.1.1

Version 0.3.0.0

27 May 05:51
Compare
Choose a tag to compare
Version 0.3.0.0 Pre-release
Pre-release

Fix an issue which caused the library to be unable to compile

Version 0.2.0.0

27 May 05:37
Compare
Choose a tag to compare
Version 0.2.0.0 Pre-release
Pre-release

Fixes some issues and adds some missing types and methods