Update 'node/autoban.js'

This commit is contained in:
Sarimoko 2022-02-23 07:00:08 +00:00
parent 91e10fe627
commit dc73ed1952
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ console.log(`ANTI / Lurk Bots`.black.bgBrightRed);
console.log(`v 0.1 | BETA`.black.bgBrightRed); console.log(`v 0.1 | BETA`.black.bgBrightRed);
console.log(`Loading... | Lurk Bot DB`.black.bgGreen); console.log(`Loading... | Lurk Bot DB`.black.bgGreen);
const {botlist} = lurk_bots const {banlist} = lurk_bots
console.log(`Loading... | Setting from .env file`.black.bgGreen); console.log(`Loading... | Setting from .env file`.black.bgGreen);
const client = new tmi.Client({ const client = new tmi.Client({