diff --git a/node/boto.js b/node/boto.js index 9789c5f..06b17d6 100644 --- a/node/boto.js +++ b/node/boto.js @@ -55,7 +55,7 @@ client.on('message', (channel, tags, message, self) => { client.say(channel, `/me Bleep! Bloop! Roll the clip! Smash @${args.join(' ')}'s follow button at: https://twitch.tv/${args.join(' ')}`); } } - else{ + if else{ console.log('CMD NOT FOUND! Hopefully SE has it covered...'); } }); // SCAN MSG | END