no preview on /start

This commit is contained in:
mihalin 2022-06-30 01:15:20 +03:00
parent b0d4bc6f27
commit fa2f3f9037

View File

@ -31,7 +31,7 @@ async def start(message: types.Message, state: FSMContext):
/mybots - управление ботами /mybots - управление ботами
/help - помощь /help - помощь
""")), parse_mode="html") """)), parse_mode="html", disable_web_page_preview=True)
@dp.message_handler(commands=["help"], state="*") @dp.message_handler(commands=["help"], state="*")