From 520eb1bad3cfc97353ce0b35187485beb331fa4e Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Fri, 11 Feb 2022 10:46:17 +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 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!'); }