> For the complete documentation index, see [llms.txt](https://xnickydev.gitbook.io/ocavy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xnickydev.gitbook.io/ocavy/commands/moderation/+remove-reactions.md).

# +remove-reactions

## Usage

```
+remove-reactions <channel> <messageID> {all/emoji...}
```

## Arguments

<table><thead><tr><th width="148">Name</th><th width="278">Description</th><th>Type</th><th>Required</th></tr></thead><tbody><tr><td>channel</td><td>The channel of the message.</td><td>Channel</td><td>Yes</td></tr><tr><td>messageID</td><td>The ID of the message.</td><td>Message</td><td>Yes</td></tr><tr><td>all<br>emoji...</td><td>Removes all emojis from the message.<br>Removes the provided emojis from the message.</td><td>Enum<br>Emoji</td><td>No</td></tr></tbody></table>

{% hint style="info" %}
If no value or "all" is specified for the last argument, all emojis of the message are removed. If you specify emojis to remove, only those emojis will be removed. You can specify up to **5** emojis.
{% endhint %}

## Examples

![](https://user-images.githubusercontent.com/111157596/246607910-55e58cd4-8916-4fad-ae1c-cb690e182683.png) ![](https://user-images.githubusercontent.com/111157596/246607916-2083ef4b-ccf8-4600-920c-14b053710c85.png) ![](https://user-images.githubusercontent.com/111157596/246607927-6cf701c9-6d80-4fcd-9368-f3ff36661e0a.png)


---

# 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://xnickydev.gitbook.io/ocavy/commands/moderation/+remove-reactions.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.
