Fixed Twitch being broken because I'm dumb lol

This commit is contained in:
nuttylmao
2025-09-25 04:33:48 +10:00
parent 12af25b948
commit 243a93fb23
+1
View File
@@ -517,6 +517,7 @@ async function TwitchChatMessage(data) {
// Set the message data // Set the message data
let message = data.message.message; let message = data.message.message;
const messageColor = data.message.color; const messageColor = data.message.color;
const role = data.message.role;
// Set furry mode // Set furry mode
if (furryMode) if (furryMode)