mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Payload changes YUCK YUCK YUCK!
This commit is contained in:
@@ -146,7 +146,7 @@ client.on('Twitch.UpcomingAd', (response) => {
|
||||
/////////////////////
|
||||
|
||||
function TwitchAdRun(data) {
|
||||
const duration = data.length_seconds;
|
||||
const duration = data.lengthSeconds ?? data.length_seconds;
|
||||
|
||||
// Unset the upcoming ad countdown warning
|
||||
upcomingAdWarningStartDelay = null;
|
||||
|
||||
Reference in New Issue
Block a user