diff --git a/src/index.ts b/src/index.ts index 62055a0..d2721ec 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,9 +4,6 @@ * by Hri7566 */ -// Preload environment variables -import env from "./util/env"; - // import { app } from "./ws/server"; import "./ws/server"; import { Logger } from "./util/Logger";