minor improvements

This commit is contained in:
mihalin 2021-09-16 20:52:45 +03:00
parent aec698ccef
commit 8662c4e201
2 changed files with 5 additions and 3 deletions

View File

@ -39,7 +39,9 @@ async def help(message: types.Message, state: FSMContext):
Команда /help
"""
await message.answer(dedent(f"""
<todo: help here>
О проекте https://telegra.ph/Olgram-09-15
Version {OlgramSettings.version()}
Поддержка: @civsocit_feedback_bot
Версия {OlgramSettings.version()}
"""))

View File

@ -26,7 +26,7 @@ class OlgramSettings(AbstractSettings):
@classmethod
def version(cls):
return "0.0.1"
return "0.0.2"
class ServerSettings(AbstractSettings):