diff --git a/node/boto.js b/node/boto.js index 84ee4aa..d1fef4d 100644 --- a/node/boto.js +++ b/node/boto.js @@ -55,7 +55,7 @@ client.on('message', (channel, tags, message, self) => { console.log(tags.username, 'is a subscriber'); } // !SUBS | END - if { // !ALL | START + if{ // !ALL | START console.log('LOG: Non-Mod command used!'); } // !ALL | END