mirror of
https://github.com/civsocit/olgram.git
synced 2023-07-22 01:29:12 +03:00
no preview on /start
This commit is contained in:
parent
b0d4bc6f27
commit
fa2f3f9037
@ -31,7 +31,7 @@ async def start(message: types.Message, state: FSMContext):
|
||||
/mybots - управление ботами
|
||||
|
||||
/help - помощь
|
||||
""")), parse_mode="html")
|
||||
""")), parse_mode="html", disable_web_page_preview=True)
|
||||
|
||||
|
||||
@dp.message_handler(commands=["help"], state="*")
|
||||
|
Loading…
Reference in New Issue
Block a user