mirror of
https://github.com/HirziDevs/PteroStats.git
synced 2026-04-05 08:54:10 -04:00
Update index.js
This commit is contained in:
1
index.js
1
index.js
@@ -4,7 +4,6 @@ const client = new Client()
|
||||
const yaml = require('js-yaml')
|
||||
const config = yaml.load(fs.readFileSync('./config.yml', 'utf8'))
|
||||
client.config = config
|
||||
client.nodelist = require('./nodes.js')
|
||||
|
||||
fs.readdir('./events/', (err, files) => {
|
||||
if (err) return console.error(err)
|
||||
|
||||
Reference in New Issue
Block a user