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