diff --git a/node/boto.js b/node/boto.js index 03065f4..894907c 100644 --- a/node/boto.js +++ b/node/boto.js @@ -71,7 +71,7 @@ client.on('message', (channel, tags, message, self) => { } // General Commands - else(message.toLowerCase().startsWith('!2pac')) { + else { console.log('LOG: Non-Mod command used!'); }