From c2fd30a24c590c3e275e492d802f3fbce42bcf9c Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sat, 12 Feb 2022 05:30:23 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/node/boto.js b/node/boto.js index 7cb4c8b..db885ed 100644 --- a/node/boto.js +++ b/node/boto.js @@ -40,7 +40,10 @@ client.on('message', (channel, tags, message, self) => { client.say(channel, `/me The Cord by Sarimoko is joinable & sharable at: https://cord.sarimoko.com/`); } if(isModUp) { - client.say(channel, `A MOD has spoken...`); + if(command === 'so' || + command === 'shoutout') { + client.say(channel, `/me Bleep! Bloop! Roll the clip! Smash @${args.join(' ')}'s follow button at: https://twitch.tv/${args.join(' ')}`); + } } }); // SCAN MSG | END \ No newline at end of file