> For the complete documentation index, see [llms.txt](https://docs.flexy.bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flexy.bot/modules/discord/triggers/guild-message-reaction-removed.md).

# Guild Message Reaction Removed

**Introduction**

The "Guild Message Reaction Removed" trigger activates whenever a reaction is removed from a message in specified channels within a guild. This trigger is useful for monitoring the removal of reactions to messages, allowing you to automate actions or responses based on these changes.

**Configuration**

* **Filters**: A set of conditions that determine where and when the trigger should activate. This parameter is required and includes the following filters:
  * **Guilds**:
    * **Allow**: Specifies the guilds where the trigger should activate.
  * **Channels**:
    * **Allow**: Specifies the channels within the guilds where the trigger should activate. This parameter is required if no "Deny" channels are specified.
    * **Deny**: Specifies the channels within the guilds where the trigger should not activate. This parameter is required if no "Allow" channels are specified.
  * **Users**:
    * **Allow**: Specifies which users can trigger the event. This parameter is required, with at least one user or user type specified. By default, it includes all users.

**Outputs**

* **Guild**: The guild where the reaction was removed. This output can be used in subsequent steps to determine the context of the triggered event.
* **Member**: The member who removed the reaction. This output includes details about the user who removed the reaction from the message.
* **Message**: The message from which the reaction was removed. This output includes all relevant details of the message, such as content, author, and timestamp.
* **Reaction**: The reaction that was removed from the message. This output includes details about the emoji or reaction type that was removed.
