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

# Jail

> Isolate rule-breakers in a dedicated channel.

Jail strips a member's roles, applies the `jailed` role, and restricts them to a `#jail` channel. Previous roles are saved and restored on unjail.

Requires **Manage Messages** to jail/unjail. `,jail setup` requires **Manage Server**.

## Setup

| Command       | Description                                                                                                    |
| ------------- | -------------------------------------------------------------------------------------------------------------- |
| `,jail setup` | Create the `jailed` role, `#jail` channel, and apply permissions across the server. Shows ⏳ while configuring. |
| `,jail reset` | Remove the entire jail system from the server.                                                                 |

## Usage

| Command                   | Description                                            |
| ------------------------- | ------------------------------------------------------ |
| `,jail <member> [reason]` | Jail a member — strips roles and applies jailed role.  |
| `,unjail <user_id>`       | Unjail by user ID or mention. Restores previous roles. |
| `,jail list`              | List every jailed user.                                |

<Tip>
  Run `,jail setup` before your first jail. The bot needs permission to manage roles and channels.
</Tip>
