Update 'node/boto.js'
This commit is contained in:
parent
f57b2fd1e1
commit
e026bc17ad
28
node/boto.js
28
node/boto.js
|
@ -249,7 +249,35 @@ client.on('message', (channel, tags, message, self) => {
|
|||
// //
|
||||
// });
|
||||
//}
|
||||
// T H E V I E W E R S
|
||||
// ==================================
|
||||
// TODO Followerage
|
||||
// TODO Total Followers
|
||||
// TODO Total Channel Views
|
||||
// TODO Current Viewers
|
||||
// ----------------------------------
|
||||
|
||||
// T H E R A I D
|
||||
// ==================================
|
||||
// Being Raided
|
||||
// ----------------------------------
|
||||
//else if(command === 'raid' || command === 'raided') {
|
||||
// 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!`);
|
||||
//}
|
||||
// Raiding Someone
|
||||
// ----------------------------------
|
||||
else if(command === 'raid' || command === 'raidcall' || command === 'spam' || command === 'spamwars') {
|
||||
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 Copy'n'Paste the following: (Yes, even if you don't have a sub... We know your a sub at PrideHeartL PrideHeartR LuvHearts`);
|
||||
client.say(channel, `sarimoRAID sarimoFREEDOM You may take us viewers, but you'll NEVER take our FREEDOM!`);
|
||||
}
|
||||
// Shoutout
|
||||
// ----------------------------------
|
||||
else if(command === 'so' || command === 'shoutout') {
|
||||
client.say(channel, `Go checkout @${tags.username}'s channel! Hit that follow button like it owes you money!`);
|
||||
}
|
||||
|
||||
// S T R E A M E L E M E N T S
|
||||
// ==================================
|
||||
|
|
Loading…
Reference in New Issue