discord_get_reactions
Retrieve a JSON array of users who reacted to a specific message with a given emoji. Returns user ID, username, and bot flag.
Instructions
List the users who reacted to a message with a specific emoji. Returns a JSON array of users (id, username, bot flag). Read-only.
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 inspect. | |
| emoji | Yes | Unicode emoji or custom emoji 'name:id' to list reactors for. | |
| limit | No | Max users to return (1–100). Default 25. |