discord_remove_reactions
Remove all reactions from a message, or target specific emoji or user reactions. Requires Manage Messages permission for removing all or another user's reaction.
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 |
|---|---|---|---|
| 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. | |
| channel_id | Yes | ID (snowflake) of the channel or thread containing the message. | |
| message_id | Yes | ID of the message to remove reactions from. |