From c0eb4fa95286675d43ac74335f15e3918658cf84 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sat, 12 Feb 2022 21:00:12 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/node/boto.js b/node/boto.js index 77ef88c..8692d73 100644 --- a/node/boto.js +++ b/node/boto.js @@ -46,6 +46,17 @@ client.on('message', (channel, tags, message, self) => { } // 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`); + } // Dice Roll if(command === 'dice' || command === 'roll') {