From a0a7bbbf93715ded15ad34284733e5394e527041 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sun, 20 Feb 2022 22:40:02 -0800 Subject: [PATCH] bugfix on bits/cheer --- node/alerts.js | 2 +- node/boto.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/node/alerts.js b/node/alerts.js index 00640ab..9ef48dc 100644 --- a/node/alerts.js +++ b/node/alerts.js @@ -69,7 +69,7 @@ client.on("giftpaidupgrade", (channel, username, sender, userstate) => { }); client.on("hosted", (channel, username, viewers, autohost) => { console.log('LOG: TYVM! For the host!');{ - client.say(channel, `/me TYVM @`+ username, `we may take your viewership of`, viewers+`, but we'll never take their FREEDOM!!! sarimoFREEDOM); + client.say(channel, `/me TYVM @`+ username, `we may take your viewership of`, viewers+`, but we'll never take their FREEDOM!!! sarimoFREEDOM`); client.say(channel, `!kappagen sarimoHYPE sarimoLURK`); }); client.on("hosting", (channel, target, viewers) => { diff --git a/node/boto.js b/node/boto.js index ce34bde..169cc20 100644 --- a/node/boto.js +++ b/node/boto.js @@ -322,7 +322,7 @@ client.on("ban", (channel, username, reason, userstate) => { client.on("cheer", (channel, userstate, message) => { console.log('HYPE |'.green, userstate.yellow, 'with msg of'.green, message.yellow) if (message !== null){ - client.say(channel, `/me HYPE! Bits = Boto-fuel! Thanx for the support! I also found this message in a bottle "`+ message, `".`); + client.say(channel, `/me HYPE! Bits = Boto-fuel! Thanx for the support! I also found this message in a bottle "`+ message +`".`); client.say(channel, `!kappagen sarimoHYPE sarimoBITS`); } else { client.say(channel, `/me HYPE!!! Bits = Boto fuel! Thanx for the support!`);