Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-12 18:42:33 +00:00
parent bdc7b04f72
commit 2adb0a7b99
1 changed files with 1 additions and 6 deletions

View File

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