diff options
| author | Andrew Guschin <guschin@altlinux.org> | 2024-10-15 19:57:34 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin@altlinux.org> | 2024-10-15 19:57:34 +0400 |
| commit | 3562ed767dbddfbcac321c7006962e1283eb63af (patch) | |
| tree | b42e18d7513eda62ad8ddeabe96cf4ebc109f56d /bot.py | |
| parent | a9f89b6a3fd22da90b58d3f2353b5965957531a3 (diff) | |
add files for rye project manager
Diffstat (limited to 'bot.py')
| -rw-r--r-- | bot.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ def start(bot: Bot, update: Update, user_data: dict): user_data.update({"chosen_task": None}) update.message.reply_text( - "Квиз для дня работодателей", + "Квиз Базальт СПО на День работодателя КНиИТ СГУ", reply_markup=ReplyKeyboardRemove() ) |