From c3c706e8303fdfd2b7097f216456a7d85442f833 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sat, 12 Feb 2022 05:09:25 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/node/boto.js b/node/boto.js index 54a3867..d033ca4 100644 --- a/node/boto.js +++ b/node/boto.js @@ -35,10 +35,5 @@ client.on('message', (channel, tags, message, self) => { const args = message.slice(1).split(' '); const command = args.shift().toLowerCase(); // !COMMAND => command - if(isModUp) { // !MODS | START - } // !MODS | END - if(isSub) { // !SUBS | START - } - if { // !ALL | START - } + }); // SCAN MSG | END \ No newline at end of file