discord_add_reaction
Add emoji reactions to Discord messages using channel ID, message ID, and emoji input to express responses or interactions within Discord conversations.
Instructions
Add a reaction to a message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channelId | Yes | The Discord channel ID | |
| messageId | Yes | The message ID to react to | |
| emoji | Yes | Emoji to react with (Unicode or custom emoji format) |