mirror of
https://github.com/civsocit/olgram.git
synced 2023-07-22 01:29:12 +03:00
minor improvements
This commit is contained in:
parent
aec698ccef
commit
8662c4e201
@ -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()}
|
||||
"""))
|
||||
|
@ -26,7 +26,7 @@ class OlgramSettings(AbstractSettings):
|
||||
|
||||
@classmethod
|
||||
def version(cls):
|
||||
return "0.0.1"
|
||||
return "0.0.2"
|
||||
|
||||
|
||||
class ServerSettings(AbstractSettings):
|
||||
|
Loading…
Reference in New Issue
Block a user