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';