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') {
|
||||
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
|
||||
if(command === 'whom' ||
|
||||
command === 'who' ||
|
||||
|
@ -249,19 +262,19 @@ client.on('message', (channel, tags, message, self) => {
|
|||
// endpoll deletepoll maybe poll? idk how the bot would edit it
|
||||
|
||||
// Run Ads | TODO Fix Permissions...
|
||||
if(command === 'ad' ||
|
||||
command === 'ads' ||
|
||||
command === 'dab30' ||
|
||||
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, `!kappagen sarimoKO sarimoBANG`);
|
||||
client.commercial("channel", 30)
|
||||
.then((data) => {
|
||||
// data returns [channel, seconds]
|
||||
}).catch((err) => {
|
||||
//
|
||||
});
|
||||
}
|
||||
//if(command === 'ad' ||
|
||||
//command === 'ads' ||
|
||||
//command === 'dab30' ||
|
||||
//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, `!kappagen sarimoKO sarimoBANG`);
|
||||
// client.commercial("channel", 30)
|
||||
// .then((data) => {
|
||||
// // data returns [channel, seconds]
|
||||
// }).catch((err) => {
|
||||
// //
|
||||
// });
|
||||
//}
|
||||
// Block
|
||||
|
||||
} // MOD | END
|
||||
|
|
Loading…
Reference in New Issue