added setMode to documentation, added error handling with templated exception for set mode and refactored some feature config related methods (changed the equal to be case insensitive)

This commit is contained in:
Sheldan
2020-05-16 21:46:10 +02:00
parent d2264937b2
commit b0ab88d143
15 changed files with 84 additions and 29 deletions

View File

@@ -0,0 +1 @@
The features of the bot have different modes. These modes influence how the features behave. With this command you can change the mode of a certain feature in this guild.

View File

@@ -0,0 +1 @@
Feature mode `${featureMode}` not available. The available feature modes are: ${availableModes}.