This repository was archived by the owner on Feb 22, 2021. It is now read-only.
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)