aboutsummaryrefslogtreecommitdiff
path: root/commands.py
diff options
context:
space:
mode:
authorhuker667 <huker@tuta.io>2026-06-18 22:04:23 +0300
committerhuker667 <huker@tuta.io>2026-06-18 22:04:23 +0300
commit38b936b35f460c25d04ff187dac10ba6cf1e6968 (patch)
treeb65bca755925106286f3c4ffcc1bd94d112de08f /commands.py
parentea38436bce63c8cf821e16fd01d8d1e6233ccb33 (diff)
downloaduzbekgpt-38b936b35f460c25d04ff187dac10ba6cf1e6968.tar.gz
uzbekgpt-38b936b35f460c25d04ff187dac10ba6cf1e6968.tar.bz2
uzbekgpt-38b936b35f460c25d04ff187dac10ba6cf1e6968.zip
kazyol donat silka dobavil i about pomenyal
Diffstat (limited to 'commands.py')
-rw-r--r--commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands.py b/commands.py
index 7838a6d..3c4b60c 100644
--- a/commands.py
+++ b/commands.py
@@ -252,6 +252,7 @@ async def settings_handler(event: Union[Message, CallbackQuery]):
callback_data=f"set_call%{user_id}%{call_cb}",
)
],
+ [InlineKeyboardButton(text="донат", callback_data=f"donate%{user_id}")],
[InlineKeyboardButton(text="о боте", callback_data=f"about%{user_id}")],
]
)