> ## Documentation Index
> Fetch the complete documentation index at: https://wiki.petto.sbs/llms.txt
> Use this file to discover all available pages before exploring further.

# Disable Commands

> Turn a command off, server-wide or per channel.

## Overview

Turn off any built-in command, either everywhere in the server or in one specific channel.

## Commands

<CodeGroup>
  ```javascript Syntax theme={null}
  !disablecommand disable <command> [channel]
  !disablecommand enable <command> [channel]
  !disablecommand list
  ```

  ```javascript Example theme={null}
  !disablecommand disable steal
  !disablecommand disable remind #staff-only
  ```
</CodeGroup>

<Info>
  Leave `channel` empty to disable it server-wide, or set it to only disable that command in one channel while it keeps working everywhere else.
</Info>
