mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +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';
|
||||
|
||||
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user