Removing broken init function

This commit is contained in:
2023-12-28 19:39:00 +01:00
parent c63d931f8a
commit e228b47954
2 changed files with 4 additions and 4 deletions

View File

@@ -2,14 +2,14 @@ import { ExtendedClient as Client } from "./Client"
import config from "./Config"
import { redis } from "./Redis"
import { connect } from "mongoose"
import init from "./Init"
// import init from "./Init"
const client = new Client()
export default class Illegitimate {
constructor() {}
async start() {
init()
// init()
client.start()