restructure

This commit is contained in:
2024-05-22 20:47:27 -04:00
parent 53c23e694a
commit ba41930a38
6 changed files with 88 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import customFs from "../customFileSystem";
import customFs from "..";
import fs from 'fs';
const { token } = JSON.parse(fs.readFileSync('config.json'));