mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
fix: trainAI not using the bin location
This commit is contained in:
@@ -5,7 +5,7 @@ import HelperClient from '../../client/index.js';
|
||||
const configJSON = readFileSync('../config.json', 'utf-8');
|
||||
const config = JSON.parse(configJSON);
|
||||
|
||||
const helper = new HelperClient(config.server);
|
||||
const helper = new HelperClient(config);
|
||||
|
||||
helper.connect();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user