mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 18:06:22 +00:00
Fix broken SHC find
This commit is contained in:
parent
3b6b605a2a
commit
ff1843accd
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ const TagComponent = findComponentLazy(m => {
|
|||
});
|
||||
|
||||
const EmojiParser = findByPropsLazy("convertSurrogateToName");
|
||||
const EmojiUtils = findByPropsLazy("getURL", "buildEmojiReactionColorsPlatformed");
|
||||
const EmojiUtils = findByPropsLazy("getURL", "getEmojiColors");
|
||||
|
||||
const ChannelTypesToChannelNames = {
|
||||
[ChannelTypes.GUILD_TEXT]: "text",
|
||||
|
|
Loading…
Reference in a new issue