Skip to main content

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> disable command


Enabing a command or module

Usage: enable <command or module> enable command


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-override command, the command will be disabled everywhere except for in that specific channel, and vice versa.