discord_add_reaction
Add a bot reaction to Discord messages using emoji or custom emoji to respond to content or acknowledge interactions.
Instructions
Add a reaction from the bot to a message. Emoji can be a unicode glyph (e.g. "👍") or custom-emoji string ("name:id"). Requires Add Reactions + Read Message History.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ||
| message_id | Yes | ||
| emoji | Yes | Unicode emoji or "name:id" for custom emoji. |