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
|
// Shoutout
|
||||||
if(command === 'so' ||
|
if(command === 'so' ||
|
||||||
command === 'shoutout') {
|
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(' ')}`);
|
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
|
||||||
if(command === 'emoteonly') {
|
if(command === 'emoteonly') {
|
||||||
|
|
Loading…
Reference in New Issue