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