diff --git a/node/boto.js b/node/boto.js index 52dfa59..848d47b 100644 --- a/node/boto.js +++ b/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' ||