Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-12 20:31:31 +00:00
parent 12518396f9
commit fe29ba9136
1 changed files with 0 additions and 32 deletions

View File

@ -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!`); 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 // CORD
if(command === 'cord' ||
command === 'discord') {
client.say(channel, `/me The Cord by Sarimoko is joinable & sharable at: https://cord.sarimoko.com/`);
}
// CREW // 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 // Dice Roll
if(command === 'dice' || if(command === 'dice' ||
command === 'roll') { command === 'roll') {
@ -68,25 +53,8 @@ client.on('message', (channel, tags, message, self) => {
client.say(channel, `@${tags.username} has rolled a ${result}! Praise RNGesus!`); client.say(channel, `@${tags.username} has rolled a ${result}! Praise RNGesus!`);
} }
// DOJO // 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 // 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 // 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 // CHAT COMMANDS | End