Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-12 21:02:13 +00:00
parent c0eb4fa952
commit 98cc50be26
1 changed files with 11 additions and 11 deletions

View File

@ -45,17 +45,9 @@ 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
// 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`);
if(command === 'cord' ||
command === 'discord') {
client.say(channel, `/me The Cord by Sarimoko is joinable & sharable at: https://cord.sarimoko.com/`);
}
// Dice Roll
if(command === 'dice' ||
@ -63,6 +55,14 @@ client.on('message', (channel, tags, message, self) => {
const result = Math.floor(Math.random() * 6) + 1;
client.say(channel, `@${tags.username} has rolled a ${result}! Praise RNGesus!`);
}
// 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!`);
}
// TODO:
// Uptime
// Viewers