We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c49a2 commit d6e0df8Copy full SHA for d6e0df8
Bloxstrap/Extensions/EmojiTypeEx.cs
@@ -34,7 +34,7 @@ public static string GetUrl(this EmojiType emojiType)
34
if (emojiType == EmojiType.Default)
35
return "";
36
37
- return $"https://github.com/NikSavchenk0/rbxcustom-fontemojis/raw/8a552f4aaaecfa58d6bd9b0540e1ac16e81faadb/{Filenames[emojiType]}";
+ return $"https://github.com/pizzaboxer/rbxcustom-fontemojis/releases/download/my-phone-is-78-percent/{Filenames[emojiType]}";
38
}
39
40
0 commit comments