Merge pull request #4 from mrxbox98/main

Fixed chalk not being imported
This commit is contained in:
tlkh40
2021-08-10 13:30:29 +07:00
committed by GitHub

View File

@@ -2,6 +2,7 @@ const { Client, Collection } = require('discord.js')
const fs = require('fs')
const client = new Client()
const yaml = require('js-yaml')
const chalk = require('chalk')
const config = yaml.load(fs.readFileSync('./config.yml', 'utf8'))
client.config = config