Update 'node/boto.js'

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

View File

@ -46,6 +46,17 @@ client.on('message', (channel, tags, message, self) => {
} }
// CORD // CORD
// 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') {