From dfbb229d4090eb749f49aa5318d45cfd88a7a9a7 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sat, 12 Feb 2022 05:15:16 +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 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