# Moderation

- [+add-role](https://xnickydev.gitbook.io/ocavy/commands/moderation/+add-role.md): Adds a single role to a user
- [+ban](https://xnickydev.gitbook.io/ocavy/commands/moderation/+ban.md): Bans a user with optional reason
- [+change-nickname](https://xnickydev.gitbook.io/ocavy/commands/moderation/+change-nickname.md): Changes the nickname of a user
- [+check-warns](https://xnickydev.gitbook.io/ocavy/commands/moderation/+check-warns.md): Checks the warnings of a user
- [+clear](https://xnickydev.gitbook.io/ocavy/commands/moderation/+clear.md): Clears messages
- [+create-channel](https://xnickydev.gitbook.io/ocavy/commands/moderation/+create-channel.md): Creates a new channel
- [+create-emoji](https://xnickydev.gitbook.io/ocavy/commands/moderation/+create-emoji.md): Creates a new server emoji
- [+create-role](https://xnickydev.gitbook.io/ocavy/commands/moderation/+create-role.md): Creates a new role
- [+delete-channel](https://xnickydev.gitbook.io/ocavy/commands/moderation/+delete-channel.md): Deletes a channel
- [+delete-role](https://xnickydev.gitbook.io/ocavy/commands/moderation/+delete-role.md): Deletes a role
- [+edit-channel](https://xnickydev.gitbook.io/ocavy/commands/moderation/+edit-channel.md): Edits the specified channel's property
- [+kick](https://xnickydev.gitbook.io/ocavy/commands/moderation/+kick.md): Kicks a user with optional reason
- [+lock](https://xnickydev.gitbook.io/ocavy/commands/moderation/+lock.md): Locks a channel
- [+mute](https://xnickydev.gitbook.io/ocavy/commands/moderation/+mute.md): Mutes a user with optional reason
- [+pin](https://xnickydev.gitbook.io/ocavy/commands/moderation/+pin.md): Pins a message
- [+remove-reactions](https://xnickydev.gitbook.io/ocavy/commands/moderation/+remove-reactions.md): Removes reactions from a message
- [+remove-role](https://xnickydev.gitbook.io/ocavy/commands/moderation/+remove-role.md): Removes a single or all roles from a user
- [+remove-warns](https://xnickydev.gitbook.io/ocavy/commands/moderation/+remove-warns.md): Removes warnings from a user
- [+slowmode](https://xnickydev.gitbook.io/ocavy/commands/moderation/+slowmode.md): Enables/Disables slowmode in a channel
- [+steal-emoji](https://xnickydev.gitbook.io/ocavy/commands/moderation/+steal-emoji.md): Creates the specified emoji on the current server
- [+unban](https://xnickydev.gitbook.io/ocavy/commands/moderation/+unban.md): Unbans a user with optional reason
- [+unlock](https://xnickydev.gitbook.io/ocavy/commands/moderation/+unlock.md): Unlocks a channel
- [+unmute](https://xnickydev.gitbook.io/ocavy/commands/moderation/+unmute.md): Unmutes a user with optional reason
- [+unpin](https://xnickydev.gitbook.io/ocavy/commands/moderation/+unpin.md): Unpins a message
- [+untimeout](https://xnickydev.gitbook.io/ocavy/commands/moderation/+untimeout.md): Removes the timeout of a user with optional reason
- [+warn](https://xnickydev.gitbook.io/ocavy/commands/moderation/+warn.md): Warns a user with optional 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://xnickydev.gitbook.io/ocavy/commands/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.
