From 38253e07fa4d11cd2097a2c866750a78a7f8dbbe Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Mon, 14 Feb 2022 14:24:34 -0800 Subject: [PATCH] stupid... --- node/boto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`); });