diff --git a/tbot/web/ui/live_chat/components/chat.jsx b/tbot/web/ui/live_chat/components/chat.jsx index 30d92e6..1404645 100644 --- a/tbot/web/ui/live_chat/components/chat.jsx +++ b/tbot/web/ui/live_chat/components/chat.jsx @@ -44,6 +44,7 @@ export function Chat({ channelId }) { const parse = async () => { const msg = { ...lastJsonMessage }; + console.log(msg); if (msg.provider === "twitch") { parseTwitchEmotes(msg);