discord_add_reaction
React to a specific message in a Discord channel using a designated emoji by providing the channel ID, message ID, and emoji in the required format. Simplify interaction automation within Discord.
Instructions
Add a reaction to a message
Input Schema
Name | Required | Description | Default |
---|---|---|---|
channelId | Yes | The Discord channel ID | |
emoji | Yes | Emoji to react with (Unicode or custom emoji format) | |
messageId | Yes | The message ID to react to |