-
Notifications
You must be signed in to change notification settings - Fork 37
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
discord.User.AvatarDecoration not working because discord modified the json payload #348
Comments
a PR to fix this has already been created, but unfortunately we're waiting on Discord to merge the docs update (as always): #320 |
whats the sense of waiting on docs pr? are you scared that someone will kill disgo because it includes undocumented features? |
documentation changes that have yet to be merged are always subject to additional changes, whatever the reason might be |
but whats about the accentcolor? |
not sure what you're experiencing with accent color, can you give more details? ideally in our discord server so we stay on topic in this issue |
The avatar decoration url has an .gif at the end wich breaks the url |
Describe the bug
When i try to use discord.User.AvatarDecoration or AvatarDecorationURL() it returns null. When i tried it with postman directly on the api it seems that discord changed the json formatting for the user payload.
Error
The error which gets logged if there is any:
it panics obviously when i use the returned null value
To Reproduce
Steps to reproduce the behavior:
Disgo Version(please complete the following information):
Additional context
Also AccentColor seems to be broken too.
The text was updated successfully, but these errors were encountered: