Update 'node/boto.js'
This commit is contained in:
parent
441048a7bf
commit
1a895ea022
62
node/boto.js
62
node/boto.js
|
@ -189,6 +189,68 @@ client.on('message', (channel, tags, message, self) => {
|
||||||
else if(command === 'wish' || command === 'wishlist' || command === 'amazon' || command === 'gift') {
|
else if(command === 'wish' || command === 'wishlist' || command === 'amazon' || command === 'gift') {
|
||||||
client.say(channel, `/me First off, thank you ${tags.username} for even considering contributing directly! Amazon Wishlists have been split into sub-categories and are available at: https://wish.sarimoko.com/ `);
|
client.say(channel, `/me First off, thank you ${tags.username} for even considering contributing directly! Amazon Wishlists have been split into sub-categories and are available at: https://wish.sarimoko.com/ `);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// K A P P A
|
||||||
|
// ==================================
|
||||||
|
// FX | Bad Game
|
||||||
|
// ----------------------------------
|
||||||
|
else if(command === 'badgame' || command === 'antigg' || command === 'notgg') {
|
||||||
|
client.say(channel, `!kappagen sarimoDEAD sarimoGAME `);
|
||||||
|
}
|
||||||
|
// FX | Hi
|
||||||
|
// ----------------------------------
|
||||||
|
else 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 Hiya Heyo Yo`);
|
||||||
|
}
|
||||||
|
// FX | Clap
|
||||||
|
// ----------------------------------
|
||||||
|
else if(command === 'clap' || command === 'clap' || command === 'applaude') {
|
||||||
|
client.say(channel, `!kappagen :clap: FBCatch :clap: FBCatch :clap: `);
|
||||||
|
}
|
||||||
|
// FX | Sup
|
||||||
|
// ----------------------------------
|
||||||
|
else 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
|
||||||
|
// ----------------------------------
|
||||||
|
else if(command === 'salt' || command === 'yoho' || command === 'rage' || command === 'rip' || command === 'sassy' || command === 'salty' || command === 'bitter') {
|
||||||
|
client.say(channel, `!kappagen PJSalt PanicVis PJSalt WutFace PJSalt PunOko PJSalt BabyRage PJSalt`);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// G E N E R A L
|
||||||
|
// ==================================
|
||||||
|
// Uptime
|
||||||
|
// ----------------------------------
|
||||||
|
// if(commandName === 'uptime') {
|
||||||
|
// let timestamp = new Date(body.stream.created_at).getTime();
|
||||||
|
// uptime = countdown(timestamp, Date.now(), 158);
|
||||||
|
// reply(uptime);
|
||||||
|
//}
|
||||||
|
|
||||||
|
// The 2Pac Timezone
|
||||||
|
// ----------------------------------
|
||||||
|
//else if(command === '2pac' || command === 'pst' || command === 'timezone') {
|
||||||
|
// client.say(channel, `/me Off in the distance @${tags.username} screams...`);
|
||||||
|
// client.say(channel, `" ${args.join(' ')} ${args.join(' ')} ${args.join(' ')} ${args.join(' ')} ${args.join(' ')} " can be heard to all those around!`);
|
||||||
|
//}
|
||||||
|
|
||||||
|
// Backend
|
||||||
|
// ----------------------------------
|
||||||
|
//else if(command === 'ad' || command === 'ads' || command === 'dab30' || command === 'intermission') {
|
||||||
|
// client.say(channel, `Bleep! Bloop! Sub to bypass ads! `);
|
||||||
|
// client.commercial("channel", 30)
|
||||||
|
// .then((data) => {
|
||||||
|
// // data returns [channel, seconds]
|
||||||
|
// }).catch((err) => {
|
||||||
|
// //
|
||||||
|
// });
|
||||||
|
//}
|
||||||
|
|
||||||
|
|
||||||
// S T R E A M E L E M E N T S
|
// S T R E A M E L E M E N T S
|
||||||
// ==================================
|
// ==================================
|
||||||
else if(command === 'accountage') {
|
else if(command === 'accountage') {
|
||||||
|
|
Loading…
Reference in New Issue