From ca5761a5c053c15c69ffb243ea5b73e71357d3d5 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sat, 12 Feb 2022 06:40:52 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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