Update 'node/boto.js'
This commit is contained in:
parent
6b77e31be5
commit
f2460de462
17
node/boto.js
17
node/boto.js
|
@ -117,7 +117,13 @@ client.on('message', (channel, tags, message, self) => {
|
|||
}
|
||||
// CMD | Dojo
|
||||
if(command === 'dojo' ||
|
||||
command === 'guide') {
|
||||
command === 'guide' ||
|
||||
command === 'tutor' ||
|
||||
command === 'lessons' ||
|
||||
command === 'lesson' ||
|
||||
command === 'coarse' ||
|
||||
command === 'guide' ||
|
||||
command === 'guides') {
|
||||
client.say(channel, `/me The Dojo | DIY's & 1on1's available at: https://cord.sarimoko.com/`);
|
||||
}
|
||||
// CMD | Lurk
|
||||
|
@ -127,6 +133,15 @@ client.on('message', (channel, tags, message, self) => {
|
|||
client.say(channel, `/me Bleep-Bloop! Thanks for lurking, your viewership & support is much appriciated!`);
|
||||
client.say(channel, `!kappagen sarimoLURKbrb sarimoKO sarimoLURKbrb sarimoKO sarimoLURKbrb sarimoKO `);
|
||||
}
|
||||
// CMD | Mark
|
||||
if(command === 'mark' ||
|
||||
command === 'merch' ||
|
||||
command === 'mousepad' ||
|
||||
command === 'shirts' ||
|
||||
command === 'stickers') {
|
||||
client.say(channel, `/me Bleep-Bloop! Thanks for lurking, your viewership & support is much appriciated!`);
|
||||
client.say(channel, `!kappagen sarimoLURKbrb sarimoKO sarimoLURKbrb sarimoKO sarimoLURKbrb sarimoKO `);
|
||||
}
|
||||
// CMD | Raid
|
||||
if(command === 'raid' ||
|
||||
command === 'raidcall' ||
|
||||
|
|
Loading…
Reference in New Issue