Update 'node/boto.js'
This commit is contained in:
parent
bdc7b04f72
commit
2adb0a7b99
|
@ -71,12 +71,7 @@ client.on('message', (channel, tags, message, self) => {
|
||||||
// Shoutout
|
// Shoutout
|
||||||
if(command === 'so' ||
|
if(command === 'so' ||
|
||||||
command === 'shoutout') {
|
command === 'shoutout') {
|
||||||
if(${args.join(' ')} === '') {
|
client.say(channel, `/me Bleep! Bloop! Roll the clip! Smash @${args.join(' ')}'s follow button at: https://twitch.tv/${args.join(' ')}`);
|
||||||
client.say(channel, `/me Bleep! Bloop! Oops, looks like ${tags.username} for to tag someone!`);
|
|
||||||
}
|
|
||||||
else{
|
|
||||||
client.say(channel, `/me Bleep! Bloop! Roll the clip! Smash @${args.join(' ')}'s follow button at: https://twitch.tv/${args.join(' ')}`);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// CHAT MODE: Emotes
|
// CHAT MODE: Emotes
|
||||||
|
|
Loading…
Reference in New Issue