日志展示优化
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user