From 7c31fc1b579624a1633b0e44e781e51b1f2ecc7d Mon Sep 17 00:00:00 2001 From: nutty Date: Mon, 14 Sep 2026 12:57:09 +1000 Subject: [PATCH] Oops --- horizontal-chat/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horizontal-chat/script.js b/horizontal-chat/script.js index 6933aba..62643ae 100644 --- a/horizontal-chat/script.js +++ b/horizontal-chat/script.js @@ -839,7 +839,7 @@ async function TwitchWatchStreak(data) { return; // TODO: Streamer.bot v1.0.5-alpha3 changed the data sent with this event, so for backwards compatibility we need to check for both the old and new properties - const displayName = data.displayName ?? data.user.name;data.streakCount + const displayName = data.displayName ?? data.user.name; const watchStreak = data.watchStreak ?? data.streak_count ?? data.streakCount; let message = `${displayName} is currently on a ${watchStreak} stream streak!`;