Added emote support to Watch Streaks

This commit is contained in:
nuttylmao
2025-11-17 23:32:45 +11:00
parent 080c9f6bc8
commit 8c8460d6d3
3 changed files with 60 additions and 4 deletions
+1 -1
View File
@@ -802,7 +802,7 @@ async function TwitchWatchStreak(data) {
const displayName = data.displayName;
const watchStreak = data.watchStreak;
let message = `${displayName} is currently on a ${watchStreak}-stream streak!`;
let message = `${displayName} is currently on a ${watchStreak} stream streak!`;
ShowAlert(message, 'twitch');
}