discord_remove_reaction
Remove a specific emoji reaction from a Discord message by providing the channel ID, message ID, and emoji. Optionally, specify a user ID to remove their reaction.
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) |