We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We give the data to the users as a Reaction which does not incorporate everything, and new fields have recently been added to the event.
Reaction
Notably:
message_author_id
https://discord.com/developers/docs/topics/gateway-events#message-reaction-add
The text was updated successfully, but these errors were encountered:
Add support for super reactions (#2882)
2d34b2b
Rough, very quick addition of super reactions, also known as burst reactions. Fixes #2866
Successfully merging a pull request may close this issue.
We give the data to the users as a
Reaction
which does not incorporate everything, and new fields have recently been added to the event.Notably:
message_author_id
.https://discord.com/developers/docs/topics/gateway-events#message-reaction-add
The text was updated successfully, but these errors were encountered: