Fixed all typescript errors (hopefully, github)
diff --git a/src/utils/eventScheduler.ts b/src/utils/eventScheduler.ts
index 60d525c..bdd0d21 100644
--- a/src/utils/eventScheduler.ts
+++ b/src/utils/eventScheduler.ts
@@ -2,7 +2,7 @@
 import client from "./client.js";
 import * as fs from "fs";
 import * as path from "path";
-import config from "../config/main.json" assert { type: "json" };
+import config from "../config/main.js";
 
 class EventScheduler {
     private agenda: Agenda;