From e9de1348e2d62a30b212e8b3c9c39fd27c7b1619 Mon Sep 17 00:00:00 2001 From: Brian Douglas Date: Tue, 20 Apr 2021 15:33:25 -0400 Subject: [PATCH 1/3] Update index.js --- client/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/index.js b/client/index.js index 9dec57b..d819ea2 100644 --- a/client/index.js +++ b/client/index.js @@ -98,7 +98,7 @@ const generateTitle = { // Need to fix the CSS here function gifAlert(user, gif, audio, type,) { queue.add(async () => { - audio.play(); +// audio.play(); container.innerHTML = presentedGif(user, type, gif); container.style.opacity = 1; From 2f4996ee3de2f515a0f9701bf5a104e30398bf88 Mon Sep 17 00:00:00 2001 From: Brian Douglas Date: Fri, 23 Apr 2021 16:47:15 -0400 Subject: [PATCH 2/3] Update index.js --- client/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/index.js b/client/index.js index d819ea2..177ce72 100644 --- a/client/index.js +++ b/client/index.js @@ -66,7 +66,7 @@ ComfyJS.onCommand = (user, command, message, flags, extra) => { window.speechSynthesis.speak(msg); } - if ((flags.broadcaster || flags.mod || flags.subscriber) && command == "say") { + if ((flags.broadcaster || flags.mod || flags.subscriber || flags.vip) && command == "say") { var msg = new SpeechSynthesisUtterance(message); window.speechSynthesis.speak(msg); } From 6dcf7de9d0ae230248470e651afffadd18558f4a Mon Sep 17 00:00:00 2001 From: Brian Douglas Date: Fri, 11 Jun 2021 13:18:03 -0700 Subject: [PATCH 3/3] Update index.js --- client/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/index.js b/client/index.js index 177ce72..540ffa7 100644 --- a/client/index.js +++ b/client/index.js @@ -98,7 +98,7 @@ const generateTitle = { // Need to fix the CSS here function gifAlert(user, gif, audio, type,) { queue.add(async () => { -// audio.play(); +// audio.play(); don't forget to turn back on. container.innerHTML = presentedGif(user, type, gif); container.style.opacity = 1;