discord_remove_reaction
Remove a specific reaction from a Discord message by specifying the channel ID, message ID, and emoji. Optionally target a specific user's reaction for precise moderation and cleanup.
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) |