reactions_create
Add the bot's reaction to a Discord message using a unicode or custom emoji. Use it to acknowledge messages, signal preferences, or record votes.
Instructions
Purpose: Add the bot's own reaction to a message.
When to use:
Acknowledge a message; signal a vote/poll preference; quick affirmation.
When NOT to use:
Reacting on behalf of another user - not possible via REST.
Example: {channel_id:"111122223333444401", message_id:"999000999000999000", emoji:"thumbsup:850000000000000001"}
Returns: {reacted, channel_id, message_id, emoji}. emoji accepts unicode (e.g. "👍") OR name:id for custom emojis. URL-encoding is handled by @discordjs/rest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emoji | Yes | Unicode emoji (e.g. "👍") or `name:id` for custom emoji | |
| channel_id | Yes | Channel containing the message | |
| message_id | Yes | Message to react to |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||