Update 'node/boto.js'
This commit is contained in:
parent
9e22a2a87a
commit
c2fd30a24c
|
@ -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
|
Loading…
Reference in New Issue