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 (_) {}