From fa2f3f90370bcc3b20d98996d0ae5676485b2bd2 Mon Sep 17 00:00:00 2001 From: mihalin Date: Thu, 30 Jun 2022 01:15:20 +0300 Subject: [PATCH] no preview on /start --- olgram/commands/start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/olgram/commands/start.py b/olgram/commands/start.py index fb2b65b..60cca7e 100644 --- a/olgram/commands/start.py +++ b/olgram/commands/start.py @@ -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="*")