From 2461ab91566d6f8c781a75d111fd34b66c475b5c Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Fri, 18 Feb 2022 05:18:23 +0000 Subject: [PATCH] Update 'node/autoban.js' --- node/autoban.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/node/autoban.js b/node/autoban.js index 7f29a1c..cb47a30 100644 --- a/node/autoban.js +++ b/node/autoban.js @@ -1,5 +1,5 @@ -require('dotenv').config(); const tmi = require('tmi.js'); +require('dotenv').config(); const colors = require('colors'); const config = require("./db/lurk_bots"); @@ -44,8 +44,12 @@ client.on('message', (channel, tags, message, self) => { const cmd_unban = client.say(); // Mods if(isMod) { - if(command === 'banbots') {} - if(command === 'unbanbots') {} + if(command === 'banbots') { + + } + if(command === 'unbanbots') { + + } } // Mods + Streamer if(isModUp) {