Update 'node/boto.js'
This commit is contained in:
parent
59c2711032
commit
bdc7b04f72
|
@ -71,8 +71,13 @@ client.on('message', (channel, tags, message, self) => {
|
|||
// Shoutout
|
||||
if(command === 'so' ||
|
||||
command === 'shoutout') {
|
||||
if(${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
|
||||
if(command === 'emoteonly') {
|
||||
|
|
Loading…
Reference in New Issue