summaryrefslogtreecommitdiff
path: root/bot.py
diff options
context:
space:
mode:
authorAndrew Guschin <guschin@altlinux.org>2024-10-15 19:57:34 +0400
committerAndrew Guschin <guschin@altlinux.org>2024-10-15 19:57:34 +0400
commit3562ed767dbddfbcac321c7006962e1283eb63af (patch)
treeb42e18d7513eda62ad8ddeabe96cf4ebc109f56d /bot.py
parenta9f89b6a3fd22da90b58d3f2353b5965957531a3 (diff)
add files for rye project manager
Diffstat (limited to 'bot.py')
-rw-r--r--bot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.py b/bot.py
index 2218c48..37e0ac8 100644
--- a/bot.py
+++ b/bot.py
@@ -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()
)