# Text Reaction Bot

{% hint style="info" %}

{% endhint %}

Name Reaction - Usage Guide

1. Adding Reactions: To add a reaction for a specific word, use the command: +addreaction ...

   Example: +addreaction hello 👋

   This will add the specified emojis as reactions whenever the word "hello" is detected in a message.
2. Removing Reactions: To remove a reaction for a word, use the command: +removereaction

   Example: +removereaction hello

   This will remove the reactions associated with the word "hello".
3. Listing Reactions: To list all the reactions configured in the bot, use the command: +reactions

   Example: +reactions

   This will display a list of words and their associated reactions.

Note:

* The bot will automatically add reactions when a configured word is found in a message.
* Reactions can be any valid emojis that the bot has access to.
* Reactions are specific to each server. They will only work within the server where the reactions are configured.

For further assistance or questions, please contact the support team or refer to the documentation on the website.

Thank you for using Text Reaction :)


---

# 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://lux-2.gitbook.io/textreactiondocs/text-reaction-bot.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.
