diff options
| author | huker667 <huker@tuta.io> | 2026-06-18 22:04:23 +0300 |
|---|---|---|
| committer | huker667 <huker@tuta.io> | 2026-06-18 22:04:23 +0300 |
| commit | 38b936b35f460c25d04ff187dac10ba6cf1e6968 (patch) | |
| tree | b65bca755925106286f3c4ffcc1bd94d112de08f /commands.py | |
| parent | ea38436bce63c8cf821e16fd01d8d1e6233ccb33 (diff) | |
| download | uzbekgpt-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.py | 1 |
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}")], ] ) |