From 243a93fb23371b0fafb20ea25882fb4b4fda499e Mon Sep 17 00:00:00 2001 From: nuttylmao Date: Thu, 25 Sep 2025 04:33:48 +1000 Subject: [PATCH] Fixed Twitch being broken because I'm dumb lol --- horizontal-chat/script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/horizontal-chat/script.js b/horizontal-chat/script.js index 593b1ea..43358f7 100644 --- a/horizontal-chat/script.js +++ b/horizontal-chat/script.js @@ -517,6 +517,7 @@ async function TwitchChatMessage(data) { // Set the message data let message = data.message.message; const messageColor = data.message.color; + const role = data.message.role; // Set furry mode if (furryMode)