Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-13 04:15:36 +00:00
parent 6b77e31be5
commit f2460de462
1 changed files with 16 additions and 1 deletions

View File

@ -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' ||