From 57d70dd97e9fe880cc23ab3851bf2d6fecfc6c94 Mon Sep 17 00:00:00 2001 From: fahaamkhan13-web Date: Sat, 8 Aug 2026 13:29:41 +0500 Subject: [PATCH] Update server host and port in config.json --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 96cf9569a..6427cba4e 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { - "serverHost": "example.aternos.me", - "serverPort": 12345, + "serverHost": "Lapata_SMPsw.aternos.me", + "serverPort": 24172, "botUsername": "MyBot", "botChunk": 1 }