discord_remove_reaction
Remove reactions from Discord messages. Delete the bot's own reactions or specific user reactions with proper permissions. Manage message reactions by providing channel, message, and emoji identifiers.
Instructions
Remove a reaction. Without user_id, removes the bot's own reaction. With user_id, removes a specific user's reaction (requires Manage Messages).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ||
| message_id | Yes | ||
| emoji | Yes | ||
| user_id | No | Optional — specific user's reaction to remove. Omit for bot's own. |