Turning on/off commands
Specifc commands or modules can be quickly turned on or off server-wide. This feature can be used in conjunction with channel permissions to precisely limit bot command usage.
Disabling a command or module
Usage disable <command or module>

Enabing a command or module
Usage: enable <command or module>

Additional considerations
- Allow takes priority over deny. For example, if a module is disabled, then a specifc command from the module is enabled, that command will be available for use.
- Channel permissions take priority. For example, if a command is disabled, but it was allowed in a specifc channel using the
channel-overridecommand, the command will be disabled everywhere except for in that specific channel, and vice versa.