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