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!`);