Closed MitchellAW closed 3 years ago
Added with: d42dedaa991271656b23824ffaf9e418623f2c2a
With the migration from json to DB, FlandersBOT now supports up to 10 custom prefixes per server.
Prefixes are now also more case friendly. For example, if you added a custom prefix of example
, FlandersBOT will now respond to the following messages as a prefix:
example<command>
example <command>
example-<command>
Example<command>
Example <command>
Example-<command>
EXAMPLE<command>
EXAMPLE <command>
EXAMPLE-<command>
Note: prefixes are NOT case-insensitive. For example, FlandersBOT will still not respond to EXamPlE <command>
Currently, FlandersBOT only supports a single custom command prefix per server. It would be good to be able to add/remove more custom prefixes.