-
Notifications
You must be signed in to change notification settings - Fork 137
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
feat: implement avatar decorations #889
feat: implement avatar decorations #889
Conversation
Co-authored-by: shiftinv <[email protected]> Signed-off-by: Victor <[email protected]>
…tou/disnake into feat/avatar-decorations
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for taking the time to add this! Now it's mostly a matter of waiting for the api docs PR to be merged :p
Looks like this change was lost in one of the merges: https://github.com/DisnakeDev/disnake/pull/889/files/b187544b929a62d5ab8070e7c4d54124291ea5e5#diff-0ee295c29def16f570f86378eff8ba37315e464d415e731d5d8ea2e67ce16f68R5593 Other than that, testing this is unfortunately a bit difficult right now, since there's no general rollout yet :/ |
Fixed in 74f7ad0. |
As expected, the API for this has changed slightly: https://github.com/discord/discord-api-docs/pull/6464/files#diff-9c0465597400a1bfff16968024a03ed3e42f9f35b43b9d4419bb0156d47ff9d2 |
I've updated the PR to match the actual API. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me. thanks! 🎉
Summary
Implements discord/discord-api-docs#5723,
thex-super-properties
header inhttp.py
is only to receive animated avatar decorations, Discord should fix that (probably?)Checklist
task lint
task pyright