Update 'node/boto.js'
This commit is contained in:
parent
ed4cf40622
commit
afd5a5e68e
|
@ -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!`);
|
||||||
|
|
Loading…
Reference in New Issue