diff --git a/node/boto.js b/node/boto.js index 3ea423d..b65cb8c 100644 --- a/node/boto.js +++ b/node/boto.js @@ -84,7 +84,7 @@ client.on("giftpaidupgrade", (channel, username, sender, userstate) => { console.log('LOG: Gift-Sub UPGRADED to a real full blown sub! '); }); client.on("hosted", (channel, username, viewers, autohost) => { - console.log('LOG: TYVM! For the host!');{ + 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, `!kappagen sarimoHYPE sarimoLURK`); });