Update 'node/boto.js'
This commit is contained in:
parent
26d292ed7d
commit
c0eb4fa952
11
node/boto.js
11
node/boto.js
|
@ -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') {
|
||||||
|
|
Loading…
Reference in New Issue