Sign in

Get reactions

documented

Get a list of users who reacted with the emoji.

GET /channels/{channel.id}/messages/{message.id}/reactions/{emoji}Channelsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://discord.com/api/v10/channels/{{$channel_id}}/messages/{{$message_id}}/reactions/{{$emoji}}" \
  -X GET \
  -H "Authorization: Bot {{DISCORD_BOT_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get reactions · Discord · OpenIntegrations