Update 'node/boto.js'
This commit is contained in:
parent
1ea363c45e
commit
94d4ee24ba
13
node/boto.js
13
node/boto.js
|
@ -29,6 +29,7 @@ client.on('message', (channel, tags, message, self) => {
|
||||||
// ==================================
|
// ==================================
|
||||||
client.on("anongiftpaidupgrade", (channel, username, userstate) => {
|
client.on("anongiftpaidupgrade", (channel, username, userstate) => {
|
||||||
// Do your stuff.
|
// Do your stuff.
|
||||||
|
client.whisper(username, `UPGRADE COMPLETE! Thank you very much for supporting The Sarimoko Show!`);
|
||||||
});
|
});
|
||||||
client.on("ban", (channel, username, reason, userstate) => {
|
client.on("ban", (channel, username, reason, userstate) => {
|
||||||
// Do your stuff.
|
// Do your stuff.
|
||||||
|
@ -52,7 +53,7 @@ client.on("hosting", (channel, target, viewers) => {
|
||||||
});
|
});
|
||||||
client.on("part", (channel, username, self) => {
|
client.on("part", (channel, username, self) => {
|
||||||
// Do your stuff.
|
// Do your stuff.
|
||||||
client.say(channel, `/me bye felicia`);
|
client.say(channel, `/me BETA-TEST: Not perm! ${tags.username} has left chat...`);
|
||||||
});
|
});
|
||||||
client.on("raided", (channel, username, viewers) => {
|
client.on("raided", (channel, username, viewers) => {
|
||||||
// Do your stuff.
|
// Do your stuff.
|
||||||
|
@ -171,13 +172,13 @@ client.on('message', (channel, tags, message, self) => {
|
||||||
// ==================================
|
// ==================================
|
||||||
// Being Raided
|
// Being Raided
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
else if(command === 'raid' || command === 'raided') {
|
//else if(command === 'raid' || command === 'raided') {
|
||||||
client.say(channel, `!kappagen sarimoRAID sarimoFREEDOM sarimoRAID sarimoFREEDOM sarimoRAID sarimoFREEDOM`);
|
// client.say(channel, `!kappagen sarimoRAID sarimoFREEDOM sarimoRAID sarimoFREEDOM sarimoRAID sarimoFREEDOM`);
|
||||||
client.say(channel, `/me Did @${tags.username} say RAID!?! I believe ${args.join(' ')}, was mentioned as well!`);
|
// client.say(channel, `/me Did @${tags.username} say RAID!?! I believe ${args.join(' ')}, was mentioned as well!`);
|
||||||
}
|
//}
|
||||||
// Raiding Someone
|
// Raiding Someone
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
else if(command === 'raidcall' || command === 'spam' || command === 'spamwars') {
|
else if(command === 'raid' || command === 'raidcall' || command === 'spam' || command === 'spamwars') {
|
||||||
client.say(channel, `!kappagen sarimoRAID sarimoFREEDOM sarimoRAID sarimoFREEDOM sarimoRAID sarimoFREEDOM`);
|
client.say(channel, `!kappagen sarimoRAID sarimoFREEDOM sarimoRAID sarimoFREEDOM sarimoRAID sarimoFREEDOM`);
|
||||||
client.say(channel, `/me Thanks everyone for watching!!! PREPARE TO SPAM!`);
|
client.say(channel, `/me Thanks everyone for watching!!! PREPARE TO SPAM!`);
|
||||||
client.say(channel, `/me Copy'n'Paste the following:`);
|
client.say(channel, `/me Copy'n'Paste the following:`);
|
||||||
|
|
Loading…
Reference in New Issue