Skip to main content

Turning on/off commands

Specific commands or modules can be quickly turned on or off server-wide using the enable and disable text commands. These can be used in conjunction with channel permissions to precisely limit bot command usage.


Disabling a command or module

Use the disable command
!disable <command or module>

disable command


Enabling a command or module

Use the enable command
!enable <command or module>

enable command


Additional considerations

  • Allow takes priority over deny. For example, if a module is disabled, then a specific 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 specific channel using the channel-override command, the command will be disabled everywhere except for in that specific channel, and vice versa.