-
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 banner & banner color #3448
Conversation
Perhaps you'd want to also document the image formatting reference: |
Done. |
Co-authored-by: Advaith <[email protected]>
q for staff: is there a reason banner_color is sent as a string, and not as an integer? embed colors and role colors are sent as integers, so this is inconsistent |
This is still an experiment and therefore the API is subject to change, will revisit once the feature is finalized |
Co-authored-by: Florian Spieß <[email protected]>
|
It looks like both are still being sent should both be documented? or have
|
Add the new `accent_color` and `banner` fields. `accent_color` is an integer representation of the RGB color while `banner` is a hash of the user's banner image. This is documented in the API docs: <discord/discord-api-docs#3448> Closes #1126.
Add the new `accent_color` and `banner` fields. `accent_color` is an integer representation of the RGB color while `banner` is a hash of the user's banner image. This is documented in the API docs: <discord/discord-api-docs#3448> Closes twilight-rs#1126.
The user's banner and banner color appear to only be returned on the canary API currently, and only a small percentage of users can set their banner color.