Add Reaction to Message
discord_add_reactionAdd an emoji reaction to any Discord message by specifying the channel, message ID, and emoji.
Instructions
Add an emoji reaction to a message.
Args:
channel_id (string): Discord channel ID
message_id (string): Message ID to react to
emoji (string): Emoji to react with (e.g., '👍' or custom emoji format)
Returns: Confirmation of reaction added
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emoji | Yes | Emoji to react with (unicode emoji or custom emoji format) | |
| channel_id | Yes | Discord channel ID (snowflake) | |
| message_id | Yes | Discord message ID (snowflake) |