refactor: make hardcoded values configurable via env vars

This commit is contained in:
MythEclipse
2026-05-13 16:05:19 +07:00
parent 48cc83f624
commit 7a5ac2e34a
6 changed files with 64 additions and 10 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ client.on("ready", async () => {
}
// Start Webserver
startWebserver(3000);
startWebserver(config.webserverPort);
});
client.on("error", (err) => {