discord_add_reaction
Add a single emoji reaction to a Discord message as the bot. Supports unicode and custom emojis, and is idempotent to avoid duplicates.
Instructions
Add a single emoji reaction to a message as the bot. Requires the Add Reactions and Read Message History permissions. Use discord_remove_reactions to undo. Idempotent: re-adding the bot's existing reaction has no effect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emoji | Yes | Unicode emoji (e.g. '👍') or a custom emoji in 'name:id' format. | |
| channel_id | Yes | ID (snowflake) of the channel or thread containing the message. | |
| message_id | Yes | ID of the message to react to. |