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

# antinuke

add members you trust to manage the guild's antinuke settings

> let members configure the antinuke <code>;antinuke admins</code> to see all antinuke admins in your guild!

<CodeGroup>
  ```text Synax theme={null}
  ;antinuke admin (user)
  ```

  ```python example theme={null}
  ;antinuke admin @user9884992498999189
  ```
</CodeGroup>

<Frame>
  <img src="https://mintcdn.com/xvz/WiRNfq9ruINAqYOl/images/xxxx.png?fit=max&auto=format&n=WiRNfq9ruINAqYOl&q=85&s=97da6e624511edb69db68c081b06bbf6" width="510" height="157" data-path="images/xxxx.png" />
</Frame>

## Threshold

The threshold is the number of actions a moderator can perform before being punished.

<Warning>
  It’s <b>recommended to keep the threshold between <code>1</code> and <code>6</code> to stay safe.</b>
</Warning>

<Accordion title="What is a threshold?">
  These are the threshold types: <b>channels</b>, <b>emojis</b>, <b>members</b>, <b>addbots</b>, <b>ban</b>, <b>roles</b>, <b>webhook</b>
</Accordion>

<Accordion title="Punishments">
  all the Punishments

  <CodeGroup>
    ```text punishments theme={null}
    [ban kick mute timeout strip]
    ```

    ```text example theme={null}
    ;antinuke channels =threshold 3 -strip
    ```
  </CodeGroup>
</Accordion>
