Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-12 06:40:52 +00:00
parent 43438f521d
commit ca5761a5c0
1 changed files with 1 additions and 1 deletions

View File

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