From ab7fdce9dd9da2db70d871ac039a1fd986d4d6a5 Mon Sep 17 00:00:00 2001 From: sirpiglr <49359077-sirpiglr@users.noreply.replit.com> Date: Tue, 9 Dec 2025 04:00:06 +0000 Subject: [PATCH] Update XP settings to include new configuration options and improve existing ones Refactor `aethex-bot/public/dashboard.html` to update XP settings UI and `aethex-bot/server/webServer.js` to handle new XP configuration parameters, including enabling/disabling XP, message XP, reaction XP, and leveling difficulty. Replit-Commit-Author: Agent Replit-Commit-Session-Id: aed2e46d-25bb-4b73-81a1-bb9e8437c261 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 4e47823a-b103-49a5-a57b-388765b0bcd5 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3bdfff67-975a-46ad-9845-fbb6b4a4c4b5/aed2e46d-25bb-4b73-81a1-bb9e8437c261/oWFvNCu Replit-Helium-Checkpoint-Created: true --- .replit | 6 +- aethex-bot/public/dashboard.html | 118 +++++++++++++++++-------------- aethex-bot/server/webServer.js | 47 ++++++------ 3 files changed, 95 insertions(+), 76 deletions(-) diff --git a/.replit b/.replit index 791541a..1dec3b0 100644 --- a/.replit +++ b/.replit @@ -1,5 +1,5 @@ entrypoint = "aethex-bot/bot.js" -modules = ["nodejs-20"] +modules = ["nodejs-20", "postgresql-16"] hidden = [".pythonlibs"] @@ -21,6 +21,10 @@ externalPort = 80 localPort = 8080 externalPort = 8080 +[[ports]] +localPort = 41927 +externalPort = 3000 + [workflows] runButton = "Project" diff --git a/aethex-bot/public/dashboard.html b/aethex-bot/public/dashboard.html index 0f841d6..f23e193 100644 --- a/aethex-bot/public/dashboard.html +++ b/aethex-bot/public/dashboard.html @@ -1168,6 +1168,32 @@