Fix broken SHC find
This commit is contained in:
parent
4832a9433f
commit
0f74817e25
|
@ -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