This repository was archived by the owner on Feb 22, 2021. It is now read-only.
Releases: comroid-git/javacord-utilities
Releases · comroid-git/javacord-utilities
Refactor to de.comroid; Parsing improvements
The whole project was moved to the de.comroid
package. Remember to update your imports!
Added:
- Keywords
[on, off, yes, no, true, false]
will now be parsed as booleans by theServerPropertiesManager
(#23) - Support for command channel property (#25)
InfoReaction
s are now a valid response on a command (#27)
Changed:
Hotfixed CommandHandler
1.0.2rev1 Update README.md
Spaces in commands, Blacklisting guilds, Minor bugfixes
Additions:
- Commands can now accept Strings with spaces as arguments. (#16) A String with spaces must be surrounded by
"
characters and spaces around that. - Servers can now be blacklisted from issuing commands. (#19)
Changes:
- Command prefixes and aliases are now lowercased before searching for the command. (#17)
Fixes:
- A paged help embed will now also ignore commands that have the
showInHelpCommand
attribute set tofalse
. (#18)
Bugfixes & Command Unregistering
First Release
1.0.0 Version 1.0.0