discord_remove_reaction
Remove a specific emoji reaction from a Discord message by providing channel ID, message ID, and emoji. Optionally specify the user whose reaction to remove.
Instructions
Removes a specific emoji reaction from a Discord message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emoji | Yes | ||
| userId | No | ||
| channelId | Yes | ||
| messageId | Yes |