From 2adb0a7b99aafbc87aea98f235cac93d7395b574 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sat, 12 Feb 2022 18:42:33 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/node/boto.js b/node/boto.js index fb5905d..3c3f751 100644 --- a/node/boto.js +++ b/node/boto.js @@ -71,12 +71,7 @@ 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(' ')}`); - } + client.say(channel, `/me Bleep! Bloop! Roll the clip! Smash @${args.join(' ')}'s follow button at: https://twitch.tv/${args.join(' ')}`); } // CHAT MODE: Emotes