diff options
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}")], ] ) |