discord_add_reaction
Add a single emoji reaction to a message as the bot. Idempotent with required Add Reactions and Read Message History permissions.
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 |
|---|---|---|---|
| channel_id | Yes | ID (snowflake) of the channel or thread containing the message. | |
| message_id | Yes | ID of the message to react to. | |
| emoji | Yes | Unicode emoji (e.g. '👍') or a custom emoji in 'name:id' format. |