mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-18 19:50:58 -04:00
Added emote support to Watch Streaks
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user