discord_get_reaction_users
List users who reacted with a specific emoji to a Discord message. Returns up to 100 users per call.
Instructions
Lists the users who reacted with a specific emoji to a Discord message. Uses REST fetch and does not require Gateway intents. Returns up to 100 users per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emoji | Yes | Unicode emoji name (e.g. '🟢') or custom emoji name. | |
| limit | No | ||
| channelId | Yes | ||
| messageId | Yes |