From 35bb2b7fcc8a4c0ce8c1fac3b6f446465f64fd52 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Wed, 23 Feb 2022 07:01:00 +0000 Subject: [PATCH] Update 'node/autoban.js' --- node/autoban.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/autoban.js b/node/autoban.js index 6f6d6db..18e0521 100644 --- a/node/autoban.js +++ b/node/autoban.js @@ -1,7 +1,7 @@ const tmi = require('tmi.js'); require('dotenv').config(); const colors = require('colors'); -const config = require("./db/lurk_bots"); +const lurk_bots = require("./db/lurk_bots"); console.log(`ANTI / Lurk Bots`.black.bgBrightRed); console.log(`v 0.1 | BETA`.black.bgBrightRed);