removed chron from discord server

This commit is contained in:
PxlLoewe
2025-06-05 01:27:26 -07:00
parent 97e2d437b4
commit fd9132a9d1
2 changed files with 0 additions and 63 deletions

View File

@@ -3,7 +3,6 @@ import express from "express";
import { createServer } from "http";
import router from "routes/router";
import cors from "cors";
import "modules/chron";
const app = express();
const server = createServer(app);