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
Git commit reference #1148 (actually happens on 10.0.28-10.0.30 afaik)
Describe the bug
dpp::guild_member class returns invalid avatar url.
To Reproduce
Steps to reproduce the behavior:
Get guild member class.
Call get_avatar_url()
Expected behavior
Valid user avatar from guild.
Screenshots
Not needed.
System Details:
OS: Windows.
Discord Web Client.
Additional context
Here is some examples, here is what DPP returns: cdn.discordapp.com/guilds/{server_id}/{user_id}/{avatar_hash}.png
And here is what discord uses: cdn.discordapp.com/guilds/{server_id}/users/{user_id}/avatars/{avatar_hash}.png
The text was updated successfully, but these errors were encountered:
Git commit reference
#1148 (actually happens on 10.0.28-10.0.30 afaik)
Describe the bug
dpp::guild_member class returns invalid avatar url.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Valid user avatar from guild.
Screenshots
Not needed.
System Details:
Additional context
Here is some examples, here is what DPP returns:
cdn.discordapp.com/guilds/{server_id}/{user_id}/{avatar_hash}.png
And here is what discord uses:
cdn.discordapp.com/guilds/{server_id}/users/{user_id}/avatars/{avatar_hash}.png
The text was updated successfully, but these errors were encountered: