Update 'node/boto.js'
This commit is contained in:
parent
10f576f507
commit
c1d5af58ee
19
node/boto.js
19
node/boto.js
|
@ -52,14 +52,16 @@ client.on('message', (channel, tags, message, self) => {
|
|||
// T H E S H O W
|
||||
// ==================================
|
||||
// Being Raided
|
||||
if(command === 'raid' || command === 'hello' || command === 'welcome' || command === 'greeting' || command === 'greetings') {
|
||||
if(command === 'raid' || command === 'raided') {
|
||||
client.say(channel, `!kappagen sarimoRAID sarimoFREEDOM sarimoRAID sarimoFREEDOM sarimoRAID sarimoFREEDOM`);
|
||||
client.say(channel, `/me We give up @${tags.username}!!! to raid ${args.join(' ')}`);
|
||||
client.say(channel, `/me Did @${tags.username} say RAID!?! I believe ${args.join(' ')}, was mentioned as well!`);
|
||||
}
|
||||
// Raiding Someone
|
||||
if(command === 'raid' || command === 'hello' || command === 'welcome' || command === 'greeting' || command === 'greetings') {
|
||||
client.say(channel, `!kappagen HeyGuys bleedPurple HeyGuys bleedPurple HeyGuys`);
|
||||
client.say(channel, `/me Hi Hello Howdy Hola こんにちは Oi 你好 여보세요 Здравствуйте Bonjour Hej`);
|
||||
if(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:`);
|
||||
client.say(channel, `sarimoRAID sarimoFREEDOM You may take us viewers, but you'll NEVER take our FREEDOM!`);
|
||||
}
|
||||
|
||||
// K A P P A
|
||||
|
@ -67,7 +69,12 @@ client.on('message', (channel, tags, message, self) => {
|
|||
// FX | Hi
|
||||
if(command === 'hi' || command === 'hello' || command === 'welcome' || command === 'greeting' || command === 'greetings') {
|
||||
client.say(channel, `!kappagen HeyGuys bleedPurple HeyGuys bleedPurple HeyGuys`);
|
||||
client.say(channel, `/me Hi Hello Howdy Hola こんにちは Oi 你好 여보세요 Здравствуйте Bonjour Hej`);
|
||||
client.say(channel, `/me Hi Hello Howdy Hola こんにちは Oi 你好 여보세요 Здравствуйте Bonjour Hej Hiya Heyo Yo`);
|
||||
}
|
||||
// FX | Hi
|
||||
if(command === 'sup' || command === 'whatsup' || command === 'sups' || command === 'wazzup' || command === 'soup' || command === 'soups') {
|
||||
client.say(channel, `!kappagen sarimoTRIP sarimoSOUP sarimoTRIP sarimoSOUP sarimoTRIP sarimoSOUP `);
|
||||
client.say(channel, `/me Yo @${tags.username}, how goes it?`);
|
||||
}
|
||||
|
||||
// FX | Salt
|
||||
|
|
Loading…
Reference in New Issue