From e4ec20a5c442e4e3a96138b894a2a5a733692160 Mon Sep 17 00:00:00 2001 From: mihalin Date: Wed, 22 Sep 2021 21:38:22 +0300 Subject: [PATCH] minor changes --- olgram/commands/start.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/olgram/commands/start.py b/olgram/commands/start.py index a165240..4195c50 100644 --- a/olgram/commands/start.py +++ b/olgram/commands/start.py @@ -37,11 +37,7 @@ async def help(message: types.Message, state: FSMContext): Команда /help """ await message.answer(dedent(f""" - О проекте https://telegra.ph/Olgram-09-15 - - Репозиторий https://github.com/civsocit/olgram - - Поддержка: @civsocit_feedback_bot - + Читайте инструкции на нашем сайте https://olgram.readthedocs.io + Техническая поддержка: @civsocit_feedback_bot Версия {OlgramSettings.version()} """))