discord_remove_reactions
Remove all reactions from a Discord message, or target a specific emoji or user's reaction. Manage Messages permission needed for bulk or other users' reactions.
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. |