diff --git a/node/autoban.js b/node/autoban.js index 9691a2a..2ce0603 100644 --- a/node/autoban.js +++ b/node/autoban.js @@ -27,7 +27,7 @@ console.log(`Loading... | Chatbot`.black.bgGreen); client.connect(); client.on('message', (channel, tags, message, self) => { - if(botlist) return; + //if(botlist) return; const badges = tags.badges || {}; // Scan Badges const isBroadcaster = badges.broadcaster; // Define Streamer const isMod = badges.moderator; // Define Mod @@ -50,4 +50,4 @@ client.on('message', (channel, tags, message, self) => { } } }); -console.log(process.env.API_HOST); \ No newline at end of file +//console.log(process.env.API_HOST); \ No newline at end of file