Update 'node/boto.js'
This commit is contained in:
parent
f7e7c9d6f1
commit
a39fc63c56
39
node/boto.js
39
node/boto.js
|
@ -116,6 +116,19 @@ client.on('message', (channel, tags, message, self) => {
|
||||||
command === 'tabs') {
|
command === 'tabs') {
|
||||||
client.say(channel, `/me The Tune | Lyrics, MIDI, Tabs, & more hosted on Git written in Markdown available at: https://dojo.sarimoko.com/`);
|
client.say(channel, `/me The Tune | Lyrics, MIDI, Tabs, & more hosted on Git written in Markdown available at: https://dojo.sarimoko.com/`);
|
||||||
}
|
}
|
||||||
|
// CMD | Weed
|
||||||
|
if(command === 'weed' ||
|
||||||
|
command === 'pot' ||
|
||||||
|
command === 'dab' ||
|
||||||
|
command === 'dab30' ||
|
||||||
|
command === 'roach' ||
|
||||||
|
command === 'roach30' ||
|
||||||
|
command === 'bong' ||
|
||||||
|
command === 'joint' ||
|
||||||
|
command === 'bongs' ||
|
||||||
|
command === 'pipe') {
|
||||||
|
client.say(channel, `/me The Sarimoko Show is an adults only channel based in California where we've passed Prop 64: Adult Use of Marijuana Act. Marijuana and Cannabis is not for everyone, please seek a professional for further guidance on THC and CBD.`);
|
||||||
|
}
|
||||||
// CMD | Whom
|
// CMD | Whom
|
||||||
if(command === 'whom' ||
|
if(command === 'whom' ||
|
||||||
command === 'who' ||
|
command === 'who' ||
|
||||||
|
@ -249,19 +262,19 @@ client.on('message', (channel, tags, message, self) => {
|
||||||
// endpoll deletepoll maybe poll? idk how the bot would edit it
|
// endpoll deletepoll maybe poll? idk how the bot would edit it
|
||||||
|
|
||||||
// Run Ads | TODO Fix Permissions...
|
// Run Ads | TODO Fix Permissions...
|
||||||
if(command === 'ad' ||
|
//if(command === 'ad' ||
|
||||||
command === 'ads' ||
|
//command === 'ads' ||
|
||||||
command === 'dab30' ||
|
//command === 'dab30' ||
|
||||||
command === 'intermission') {
|
//command === 'intermission') {
|
||||||
client.say(channel, `/me @Sarimoko lets have a secret 30 second conversation with only our loyal subs while the ads run! Enjoy the commercials followering no subbing plebs! Wait @sarimoko makes money off ads too... Well this is awkward thank you peasants for not using adblocker! Wait I'm making it worse... Bleep-Bloop!`);
|
// client.say(channel, `/me @Sarimoko lets have a secret 30 second conversation with only our loyal subs while the ads run! Enjoy the commercials followering no subbing plebs! Wait @sarimoko makes money off ads too... Well this is awkward thank you peasants for not using adblocker! Wait I'm making it worse... Bleep-Bloop!`);
|
||||||
client.say(channel, `!kappagen sarimoKO sarimoBANG`);
|
// client.say(channel, `!kappagen sarimoKO sarimoBANG`);
|
||||||
client.commercial("channel", 30)
|
// client.commercial("channel", 30)
|
||||||
.then((data) => {
|
// .then((data) => {
|
||||||
// data returns [channel, seconds]
|
// // data returns [channel, seconds]
|
||||||
}).catch((err) => {
|
// }).catch((err) => {
|
||||||
//
|
// //
|
||||||
});
|
// });
|
||||||
}
|
//}
|
||||||
// Block
|
// Block
|
||||||
|
|
||||||
} // MOD | END
|
} // MOD | END
|
||||||
|
|
Loading…
Reference in New Issue