Skip to content

Releases: Badbird5907/JDACommand

JDACommand V2.0.0

10 Jul 22:33
Compare
Choose a tag to compare
2.0.0-REL

fix javadocs

Added CommandResult

21 Feb 19:37
Compare
Choose a tag to compare
Pre-release

THIS IS A TEST RELEASE, PLEASE DO NOT USE THIS PRODUCTION.

instead of

@Override
protected void execute(...){...}

it is now

@Override
protected CommandResult execute(...){...}

If you return CommandResult.ERROR, the bot will reply to the channel with "An error occurred while executing this command. "
There are currently:
ERROR: There was an error processing the command!
SUCCESS
NO_PERMS: You do not have sufficient permissions.
OTHER

Removed System.out.println line (for debugging)

19 Feb 15:33
Compare
Choose a tag to compare

1.1 STABLE

19 Feb 15:15
Compare
Choose a tag to compare

Check if sender is bot

1.0 STABLE

19 Feb 03:39
Compare
Choose a tag to compare

First release! Hope to improve on this lib!