Get reactions
get_reactionsRetrieves the list of users who reacted to a specific message with a given emoji in a Discord channel.
Instructions
Who reacted to a message with a given emoji.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | Channel name or ID. | |
| guild | No | Guild (server) name or ID. Omit to use the default guild. | |
| message_id | Yes | ||
| emoji | Yes | ||
| limit | No | Max users. Default 25. |