Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-12 05:30:23 +00:00
parent 9e22a2a87a
commit c2fd30a24c
1 changed files with 4 additions and 1 deletions

View File

@ -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