From 7bdb74b313a9202e343207c0b7f52e278fb41fe4 Mon Sep 17 00:00:00 2001 From: Night Date: Sat, 28 Sep 2024 12:12:28 -0400 Subject: [PATCH] fixes emote helper --- src/utils/twitch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/twitch.js b/src/utils/twitch.js index 71fc72536..ee80a3a8a 100644 --- a/src/utils/twitch.js +++ b/src/utils/twitch.js @@ -418,7 +418,7 @@ export default { const node = searchReactParents( getReactInstance(document.querySelector(CHAT_CONTAINER)), (n) => n.stateNode?.props?.emoteSetsData?.emoteMap, - 25 + 30 ); currentEmotes = node.stateNode.props.emoteSetsData; } catch (_) {}