Releases: Badbird5907/JDACommand
Releases · Badbird5907/JDACommand
JDACommand V2.0.0
2.0.0-REL fix javadocs
Added CommandResult
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)
not really needed.
1.1 STABLE
Check if sender is bot
1.0 STABLE
First release! Hope to improve on this lib!