From bbeb3221a549b63c2d42ee8bfa5f48a1f85ab126 Mon Sep 17 00:00:00 2001 From: MrPiglr <31398225+MrPiglr@users.noreply.github.com> Date: Mon, 8 Dec 2025 02:14:02 +0000 Subject: [PATCH] no more python only JS --- .replit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.replit b/.replit index e11d7c3..5b6f647 100644 --- a/.replit +++ b/.replit @@ -1,4 +1,4 @@ -entrypoint = "main.py" +entrypoint = "aethex-bot/bot.js" modules = ["nodejs-20", "postgresql-16"] hidden = [".pythonlibs"]