You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation mentions an avatar_decoration field, but when I retrieve the user data (GET https://discord.com/api/users/@me), the API returns an avatar_decoration_data field:
Retrieve a token (POST https://discord.com/api/oauth2/token?client_id=id&client_secret=azerty&grant_type=authorization_code&redirect_uri=https://example.com/callback&code=code&scopes=identify%20email) then retrieve the user's credentials (GET https://discord.com/api/users/@me)
Expected Behavior
Have an avatar_decoration field
Current Behavior
An avatar_decoration_data field which is not referenced in the documentation and which I don't know what to do with
Screenshots/Videos
No response
Client and System Information
I use Axios with TypeScript
The text was updated successfully, but these errors were encountered:
Description
The documentation mentions an
avatar_decoration
field, but when I retrieve the user data (GET https://discord.com/api/users/@me
), the API returns anavatar_decoration_data
field:Steps to Reproduce
Retrieve a token (
POST https://discord.com/api/oauth2/token?client_id=id&client_secret=azerty&grant_type=authorization_code&redirect_uri=https://example.com/callback&code=code&scopes=identify%20email
) then retrieve the user's credentials (GET https://discord.com/api/users/@me
)Expected Behavior
Have an
avatar_decoration
fieldCurrent Behavior
An
avatar_decoration_data
field which is not referenced in the documentation and which I don't know what to do withScreenshots/Videos
No response
Client and System Information
I use Axios with TypeScript
The text was updated successfully, but these errors were encountered: