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

# Setup

> Setting up the Antinuke system.

## Initial Setup

Use:

?antinuke enable

During setup BlaZe:

* Creates a BlaZe Admin role
* Configures AntiNuke
* Enables all standard protections

## Disable AntiNuke

?antinuke disable

<Warning>
  Disabled AntiNuke configurations are automatically removed after 7 days.
</Warning>

## Configuration

```bash theme={null}
?antinuke config
```

Displays:

* Current punishment
* Enabled protections
* Whitelist count
* Admin role
* Premium protections

<img src="https://mintcdn.com/blazebot-fe1327f4/ZJegZ1jZi8LptiI0/.assets/antinuke/antinuke_config.png?fit=max&auto=format&n=ZJegZ1jZi8LptiI0&q=85&s=957c519295e6b15424b282dcf0c60c64" alt="Antinuke Config" width="300px" data-path=".assets/antinuke/antinuke_config.png" />

## Available Protections

### Anti Ban

```
?antiban
```

Protects against unauthorized bans.

### Anti Kick

```
?antikick
```

Protects against unauthorized kicks.

### Anti Guild Update

```
?antiguild-update
```

Protects against server modifications.

### Anti Role

```
?antirole
```

Protects against role creation, updates and deletion.

### Anti Channel

```
?antichannel
```

Protects against channel creation, updates and deletion.

### Anti Webhook

```
?antiwebhook
```

Protects against webhook abuse.

### Anti Bot

```
?antibot
```

Prevents unauthorized bot additions.

### Anti Emoji

```
?antiemoji
```

Protects emojis from unauthorized creation, deletion and modification.

<Info>
  Requires Prime.
</Info>

### Anti Everyone

```
?antieveryone
```

Detects @everyone and @here spam.

A user triggering the protection multiple times within a short period may be punished automatically.

<Info>
  Requires Prime.
</Info>

### Auto Recovery

```
?autorecovery
```

Automatically restores certain destructive changes.

<Info>
  Requires Prime.
</Info>
