> For the complete documentation index, see [llms.txt](https://docs.chell.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chell.fr/commandes/moderation.md).

# Modération

Sanctions et gestion des membres.

## 📋 Index des Commandes

Cliquez sur une commande pour accéder à son guide complet.

| Commande                                                               | Description                               | Permission        |
| ---------------------------------------------------------------------- | ----------------------------------------- | ----------------- |
| [**/ban**](/commandes/moderation/ban.md)                               | Bannir un membre (Wizard).                | `BanMembers`      |
| [**/kick**](/commandes/moderation/kick.md)                             | Expulser un membre.                       | `KickMembers`     |
| [**/timeout**](/commandes/moderation/timeout.md)                       | Mute temporaire.                          | `ModerateMembers` |
| [**/warn**](/commandes/moderation/warn.md)                             | Donner un avertissement.                  | `ModerateMembers` |
| [**/unwarn**](/commandes/moderation/unwarn.md)                         | Retirer un avertissement.                 | `ModerateMembers` |
| [**/warnings**](/commandes/moderation/warnings.md)                     | Historique des sanctions.                 | `ModerateMembers` |
| [**/config-warns**](/commandes/moderation/config-warns.md)             | Sanctions automatiques (Escalade).        | `Administrator`   |
| [**/jail**](/commandes/moderation/jail.md)                             | Envoyer en prison.                        | `ModerateMembers` |
| [**/free**](/commandes/moderation/free.md)                             | Libérer de prison.                        | `ModerateMembers` |
| [**/config-prison**](/commandes/moderation/config-prison.md)           | Configuration rôle/salon prison.          | `Administrator`   |
| [**/config-automod**](/commandes/moderation/config-automod.md)         | Dashboard IA de modération.               | `Administrator`   |
| [**/slowmode**](/commandes/moderation/slowmode.md)                     | Définir le mode lent.                     | `ManageChannels`  |
| [**/canal lock**](/commandes/moderation/canal-lock.md)                 | Verrouiller le salon (Empêcher d'écrire). | `ManageChannels`  |
| [**/canal unlock**](/commandes/moderation/canal-unlock.md)             | Déverrouiller le salon.                   | `ManageChannels`  |
| [**/canal hide**](/commandes/moderation/canal-hide.md)                 | Cacher le salon aux membres.              | `ManageChannels`  |
| [**/canal unhide**](/commandes/moderation/canal-unhide.md)             | Rendre le salon visible.                  | `ManageChannels`  |
| [**/canal clear**](/commandes/moderation/canal-clear.md)               | Supprimer des messages en masse.          | `ManageChannels`  |
| [**/canal clearchannel**](/commandes/moderation/canal-clearchannel.md) | Nuke (Cloner et supprimer) le salon.      | `ManageChannels`  |
| [**/derank**](/commandes/moderation/derank.md)                         | Retirer tous les rôles staff d'un membre. | `Administrator`   |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.chell.fr/commandes/moderation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
