Fix broken SHC find

This commit is contained in:
Nuckyz 2023-11-23 02:21:59 -03:00 committed by Luna
parent 3b6b605a2a
commit ff1843accd

View file

@ -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",