# Модерация/Moderation

:flag\_ru:

Мы рекомендуем использовать avtomod от discord <https://support.discord.com/hc/ru/articles/4421269296535>

* **Канал логирования событий** - текстовый чат, куда бот будет отправлять свои действия.
* **Минимальное количество дней регистрации в Discord -** Если у пользователя будет меньшее количество дней, то его кикнет при заходе на сервер
* **Роль мута** - выдается игроку за какие либо нарушения (роль должны создать вы сами, что бы она блокировала возможность отправлять сообщения)
* **Роль временной блокировки** - выдается игроку за какие либо нарушения (роль должны создать вы сами, что бы она блокировала возможность просмотр каналов)

Команды <mark style="color:red;">/mute</mark> @`пользователь` `причина`

:flag\_gb:

We recommend using the automode from discord <https://support.discord.com/hc/ru/articles/4421269296535>

* **Log Channel** - text channel to which bot will write his actions.
* **Minimum Discord registration days -** if a user has fewer days then he gets kicked while joining the server.
* **Mute Role** - is given to players as a punishment for violations (the role has to be created by you so it can block the ability to send messages)
* **Temporary Ban Role** - is given to players as a punishment for violations (the role has to be created by you so it can block the ability to view channels)

Commands <mark style="color:red;">/mute</mark> @`username` `reason`


---

# Agent Instructions: 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://guide.felixbot.ru/upravlenie-serverom/moderaciya.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.
