Guild Message Reaction Removed trigger

Introduction

Triggers when a reaction is removed from a message in a guild channel.

Configuration

  • Channel: Specify the channel where this trigger should monitor message reaction removals. If left empty, the trigger will fire in all channels.

Variables

  1. Member: The member who removed the reaction.

  2. Message: The message from which the reaction was removed.

  3. Message Reaction: The specific reaction that was removed.

Usage

Useful for tracking changes in reaction-based polls or managing user interactions. Can initiate actions like updating data or sending notifications based on the reaction removal.

Troubleshooting

Check if the correct channel is specified in the configuration.

Last updated