From bc3c56d823cf9670059c3c3d6bcfc35063afe599 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Fri, 11 Feb 2022 08:04:46 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/node/boto.js b/node/boto.js index 226b5e4..5c5ca5e 100644 --- a/node/boto.js +++ b/node/boto.js @@ -40,7 +40,9 @@ client.on('message', (channel, tags, message, self) => { const isMod = badges.moderator; const isModUp = isBroadcaster || isMod; }); - +if(isModUp) { + // + } // !COMMAND START // ================================== client.on('message', (channel, tags, message, self) => { @@ -54,9 +56,7 @@ client.on('message', (channel, tags, message, self) => { const botUserState = client.userstate[channel]; const amMod = botUserState !== undefined && botUserState.mod === true; - if(isModUp) { - // - } + // M O D S Q U A D // ---------------------------------- //let isMod = user.mod || user['user-type'] === 'mod';