discord_remove_reactions
Remove reactions from a Discord message. Clear all reactions, a specific emoji, or a single user's reaction. Requires Manage Messages permission for certain operations.
Instructions
Remove reactions from a message. With no emoji: removes ALL reactions. With emoji only: removes every reaction of that emoji. With emoji and user_id: removes that one user's reaction. Removing all reactions or another user's reaction requires the Manage Messages permission. Use discord_add_reaction to add.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ID (snowflake) of the channel or thread containing the message. | |
| message_id | Yes | ID of the message to remove reactions from. | |
| emoji | No | Unicode emoji or custom emoji 'name:id'. Omit to remove ALL reactions on the message. | |
| user_id | No | Remove only this user's reaction for the given emoji. Requires emoji to be set. |