mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-28 21:51:02 +00:00
feat: "add train data" event
This commit is contained in:
@@ -9,7 +9,6 @@ global.__dirname = dirname(__filename);
|
||||
const configJSON = readFileSync('./config.json', 'utf-8');
|
||||
const config = JSON.parse(configJSON);
|
||||
global.config = config;
|
||||
console.log(config);
|
||||
import { createServer } from 'node:net';
|
||||
import { deserialize } from 'bson';
|
||||
import FastText from 'fasttext.js';
|
||||
|
||||
Reference in New Issue
Block a user