diff --git a/src/app.ts b/src/app.ts index a9e4e54..91f5290 100644 --- a/src/app.ts +++ b/src/app.ts @@ -258,7 +258,6 @@ const app = new Elysia() }, }) ) - .use(staticPlugin()) .use(taskPlugin) .use(botPlugin) .listen(config.PORT);