Skip to content
This repository was archived by the owner on Feb 22, 2021. It is now read-only.

Spaces in commands, Blacklisting guilds, Minor bugfixes

Compare
Choose a tag to compare
@burdoto burdoto released this 27 May 12:24
· 224 commits to master since this release

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 to false. (#18)