mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-09 11:51:59 -04:00
Switch emoji CDN to jsDelivr (#985)
This commit is contained in:
parent
6e56f29404
commit
d1244208b6
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public partial record Emoji
|
|||
: $"https://cdn.discordapp.com/emojis/{id}.png";
|
||||
|
||||
private static string GetImageUrl(string name) =>
|
||||
$"https://twemoji.maxcdn.com/v/latest/svg/{GetTwemojiId(name)}.svg";
|
||||
$"https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/{GetTwemojiId(name)}.svg";
|
||||
|
||||
public static string GetImageUrl(Snowflake? id, string? name, bool isAnimated)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue