mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-23 19:26:57 -04:00
Use higher resolution for user profile pictures (#685)
This commit is contained in:
parent
9303383662
commit
ac7ebd6f91
1 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ namespace DiscordChatExporter.Core.Discord.Data
|
||||||
? "gif"
|
? "gif"
|
||||||
: "png";
|
: "png";
|
||||||
|
|
||||||
return $"https://cdn.discordapp.com/avatars/{id}/{avatarHash}.{extension}?size=40";
|
return $"https://cdn.discordapp.com/avatars/{id}/{avatarHash}.{extension}?size=128";
|
||||||
}
|
}
|
||||||
|
|
||||||
public static User Parse(JsonElement json)
|
public static User Parse(JsonElement json)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue