diff --git a/node/boto.js b/node/boto.js index df940d7..9a703ee 100644 --- a/node/boto.js +++ b/node/boto.js @@ -45,22 +45,7 @@ client.on('message', (channel, tags, message, self) => { client.say(channel, `/me Out of the entire hex (#000000) spectrum or the preset color names: Blue, BlueViolet, CadetBlue, Chocolate, Coral, DodgerBlue, Firebrick, GoldenRod, Green, HotPink, OrangeRed, Red, SeaGreen, SpringGreen, YellowGreen you choose ${args.join(' ')}... Welp, alright!`); } // CORD - if(command === 'cord' || - command === 'discord') { - client.say(channel, `/me The Cord by Sarimoko is joinable & sharable at: https://cord.sarimoko.com/`); - } // CREW - if(command === 'crew' || - command === 'mod' || - command === 'mods' || - command === 'vip' || - command === 'vips') { - client.say(channel, `!kappagen sarimoLURKbrb sarimoBANG sarimoHYPE `); - client.say(channel, `/me Bleep-Bloop! Mods Squad:`); - client.say(channel, `/mods`); - client.say(channel, `/me Bleep-Bloop! Honored VIPs:`); - client.say(channel, `/vips`); - } // Dice Roll if(command === 'dice' || command === 'roll') { @@ -68,25 +53,8 @@ client.on('message', (channel, tags, message, self) => { client.say(channel, `@${tags.username} has rolled a ${result}! Praise RNGesus!`); } // DOJO - if(command === 'dojo' || - command === 'lessons') { - client.say(channel, `/me The Dojo | Get 1on1 training from Sarimoko or browse his collection of DIY coarses, guides, lessons, & tutorials available at: https://dojo.sarimoko.com/`); - } // RULE - if(command === 'rule' || - command === 'rules') { - client.say(channel, `Chat Rule Reminder`); - client.say(channel, `/me 1. Do NOT feed the Trolls!`); - client.say(channel, `/me 2. Do NOT be a Troll!`); - client.say(channel, `/me 3. Do NOT be another brick in the wall!`); - } // TUNE - if(command === 'tune' || - command === 'lyrics' || - command === 'midi' || - command === 'tabs') { - client.say(channel, `/me The Tune | Lyrics, MIDI, Tabs, & more hosted on Git written in Markdown available at: https://dojo.sarimoko.com/`); - } // CHAT COMMANDS | End