Reformulation of bot structure

This commit is contained in:
Lucas Gabriel 2024-06-02 14:55:44 +00:00
parent 4b9ed6d2c0
commit 2f65126319
15 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
const fs = require('fs');
const path = require('path');
const blocklistPath = path.join(__dirname, '../blocklist.txt');
const blocklistPath = path.join(__dirname, 'blocklist.txt');
let blocklist = [];

View File

@ -5,7 +5,7 @@
"main": "src/main.js",
"scripts": {
"test": "echo \"WARN: no test specified\" && exit 1",
"start": "node --env-file=config.env src/main.js"
"start": "node --env-file=config.env main.js"
},
"repository": {
"type": "git",