From afd5a5e68e4a46aa7117302f4033097d2bfcde29 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sat, 12 Feb 2022 06:20:01 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/node/boto.js b/node/boto.js index dba1d56..82d1d3d 100644 --- a/node/boto.js +++ b/node/boto.js @@ -104,7 +104,8 @@ client.on("submysterygift", (channel, username, numbOfSubs, methods, userstate) client.say(channel, `/me BLEEP! BLOOP! Am I getting hacked? Anon just Gift-Subbed! If I get erased... I love you all!`); }); client.on("resub", function (channel, username, months, message, userstate, methods) { - client.say(channel, `/me BLEEP! BLOOP! Thanks for the Re-Sub! We're just 2 lost souls, swimming in a fish bowl, sub after sub...`); + client.say(channel, `/me BLEEP! BLOOP! ${tags.username} has been a subriber ${tags.months} months! TYVM!`); + client.say(channel, `!kappagen sarimoHYPE sarimoKO`); }); client.on("subscription", function (channel, username, method, message, userstate) { client.say(channel, `/me BLEEP! BLOOP! New subscriber! Spam your new emotes!!! Let's see you're fav!`);