discord_remove_reaction
Remove a specific reaction from a Discord message by specifying the channel ID, message ID, emoji, and optionally the user ID. Use this tool to manage reactions effectively through Discord's API.
Instructions
Remove a reaction from a message
Input Schema
Name | Required | Description | Default |
---|---|---|---|
channelId | Yes | The Discord channel ID | |
emoji | Yes | Emoji to remove (Unicode or custom emoji format) | |
messageId | Yes | The message ID to remove reaction from | |
userId | No | User ID to remove reaction from (defaults to self) |