From b9cd4ffc67945dd80f7694d3a36658ee3d3c28b0 Mon Sep 17 00:00:00 2001 From: ddrwode <34234@3来 34> Date: Mon, 9 Feb 2026 10:34:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E5=B1=95=E7=A4=BA=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- telegram/gpt1_ms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/telegram/gpt1_ms.py b/telegram/gpt1_ms.py index 0d6a710..100f0ca 100644 --- a/telegram/gpt1_ms.py +++ b/telegram/gpt1_ms.py @@ -134,7 +134,7 @@ main_buttons = [ [Button.inline("Jemputan Saya", command_payload("my_invites")), Button.inline("Harga Koin", command_payload("btc"))], [Button.inline("Mata Saya", command_payload("points")), Button.inline("Bantuan", command_payload("help"))], - [Button.url("Official Customer Service", "https://t.me/uogrrr")], + [Button.url("Official Customer Service", "https://t.me/webseabusinessmy")], ] @@ -515,7 +515,7 @@ def get_crypto_buttons(): if row: buttons.append(row) buttons.append([Button.inline("Kembali ke Menu", command_payload("help"))]) - buttons.append([Button.url("Official Customer Service", "https://t.me/uogrrr")]) + buttons.append([Button.url("Official Customer Service", "https://t.me/webseabusinessmy")]) return buttons