Fix broken SHC find

This commit is contained in:
Nuckyz 2023-11-23 02:21:59 -03:00
parent 4832a9433f
commit 0f74817e25
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

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