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