Update 'node/boto.js'
This commit is contained in:
parent
d22db67fde
commit
84125cbeda
12
node/boto.js
12
node/boto.js
|
@ -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') {
|
||||
|
@ -228,6 +227,17 @@ client.on('message', (channel, tags, message, self) => {
|
|||
// 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) => {
|
||||
//
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue