-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
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
document super reactions #6056
document super reactions #6056
Conversation
Can bots even create super reactions? |
I tried to create super reactions with a bot and it worked. If I am not mistaken, I created two super reactions, but now, I am trying again and this error appears: No available burst currency for user. As far as I know, Discord is giving two free super reactions for users, but I think this is also happening in bots. Is this a bug? |
I believe bots shouldn't be able to do this. It's probably not gonna be checked for bot |
Co-authored-by: Lala Sabathil <[email protected]>
👋 thanks for doing this, however, there's still some updates we need to make to the shape of the API response so let's hold off on merging this. |
Also for now |
Btw default type is 0 |
api surface is still unstable. hopefully soon:tm: |
Any further updates on this? |
Co-authored-by: shay <[email protected]>
Will these be added? They are missing from documentation. @Mateo-tem Any feedback? |
We might wait for a staff response, because as it was said, the API needs to be updated |
Is there any movement on this? has the api stabilized? |
These docs are very confusing to me.
I would prefer if the documentation would be more detailed than "this is a color thats used". |
for the last one, that's only for one user - different people can super react and normal react with the same emoji, but one person could not do both (though that has changed) |
Ref: - discord/discord-api-docs#6056 This PR also adds a new `HexColor` struct for efficiently storing hex strings.
* document super reactions * delete me_burst field Co-authored-by: Lala Sabathil <[email protected]> * add error code 90002 * apply suggestions Co-authored-by: shay <[email protected]> --------- Co-authored-by: Lala Sabathil <[email protected]> Co-authored-by: shay <[email protected]>
This PR documents the information about the super reactions feature.