Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-12 06:20:01 +00:00
parent ed4cf40622
commit afd5a5e68e
1 changed files with 2 additions and 1 deletions

View File

@ -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.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.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.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!`); client.say(channel, `/me BLEEP! BLOOP! New subscriber! Spam your new emotes!!! Let's see you're fav!`);