Guild Message Reaction Added trigger

Introduction

Triggered when a reaction is added to a message in a specified guild channel.

Configuration

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

Variables

  1. Member: The member who added the reaction.

  2. Message: The message to which the reaction was added.

  3. Message Reaction: The reaction that was added to the message.

Usage

This trigger can be used for tasks like tracking reaction-based polls or managing user interactions through reactions. It can initiate actions like sending automated responses or logging reaction data.

Troubleshooting

Check if the correct channel is selected in the configuration.

Last updated