/ src / cache / db.ts
db.ts
1  import { Database } from "../structures/Database";
2  
3  export const database = new Database();