mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-19 09:13:58 +00:00
fix: config file not being read
This commit is contained in:
@@ -8,7 +8,7 @@ const __dirname = dirname(__filename);
|
|||||||
import HelperClient from '../../client/index.js';
|
import HelperClient from '../../client/index.js';
|
||||||
|
|
||||||
export default async () => {
|
export default async () => {
|
||||||
const config = JSON.parse(readFileSync('../config.json', 'utf-8'));
|
const config = JSON.parse(readFileSync('./config.json', 'utf-8'));
|
||||||
|
|
||||||
const helper = new HelperClient(config);
|
const helper = new HelperClient(config);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user