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

# Discord Commands

> Full reference for Eagle Discord slash commands, including arguments, permission requirements, and usage examples.

## Command list

| Command           | What it does                         | Typical permission |
| ----------------- | ------------------------------------ | ------------------ |
| `/ban`            | Ban a player                         | Admin              |
| `/unban`          | Remove a ban                         | Admin              |
| `/screenshot`     | Capture player screen                | Moderator          |
| `/video`          | Capture player screen for 10 seconds | Moderator          |
| `/createwebhooks` | Setup channels/webhooks              | Owner              |

***

## /ban

### Arguments

| Name     | Type   | Required | Example    |
| -------- | ------ | -------: | ---------- |
| `id`     | number |      Yes | `23`       |
| `reason` | string |      Yes | `Cheating` |

### Examples

<CodeGroup>
  ```text theme={null}
  /ban id: 23 reason: "Cheating"
  ```
</CodeGroup>

***

## /unban

### Arguments

| Name    | Type   | Required | Example |
| ------- | ------ | -------: | ------- |
| `banid` | number |      Yes | `23`    |

### Examples

```text theme={null}
/unban banid: 23
```

***

## /screenshot

### Arguments

| Name | Type   | Required | Example |
| ---- | ------ | -------: | ------- |
| `id` | number |      Yes | `23`    |

### Example

```text theme={null}
/screenshot id: 23
```

***

## /video

### Arguments

| Name | Type   | Required | Example |
| ---- | ------ | -------: | ------- |
| `id` | number |      Yes | `23`    |

### Example

```text theme={null}
/video id: 23
```

***

## /createwebhooks

### Arguments

| Name | Type | Required | Example |
| ---- | ---- | -------: | ------- |

### Example

```text theme={null}
/createwebhooks
```

<Warning>
  Only run this with proper bot permissions. Otherwise you’ll get partial setup and missing logs.
</Warning>
