Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-10 04:33:36 +00:00
parent d22db67fde
commit 84125cbeda
1 changed files with 12 additions and 2 deletions

View File

@ -203,7 +203,6 @@ client.on('message', (channel, tags, message, self) => {
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') {
@ -227,7 +226,18 @@ client.on('message', (channel, tags, message, self) => {
// 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) => {
//
});
}