mirror of
https://github.com/HirziDevs/PteroStats.git
synced 2026-03-31 06:24:10 -04:00
Update index.js
This commit is contained in:
2
index.js
2
index.js
@@ -2,7 +2,7 @@ const { Client, Collection, MessageEmbed } = require('discord.js')
|
||||
const fs = require('fs')
|
||||
const client = new Client()
|
||||
const yaml = require("js-yaml")
|
||||
const config = yaml.load(fs.readFileSync('./test.yml', 'utf8'))
|
||||
const config = yaml.load(fs.readFileSync('./config.yml', 'utf8'))
|
||||
client.config = config
|
||||
|
||||
let nodelist = [
|
||||
|
||||
Reference in New Issue
Block a user