From 17a7d46c144e8f1a2c3a878160edffbd3cf1c2e4 Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Sat, 12 Feb 2022 02:57:05 +0700 Subject: [PATCH] some fixes --- program/callback.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/program/callback.py b/program/callback.py index eb77fda..235cf16 100644 --- a/program/callback.py +++ b/program/callback.py @@ -83,8 +83,9 @@ async def set_quick(_, query: CallbackQuery): ❓ Have questions? Contact us in [Support Group](https://t.me/{GROUP_SUPPORT}).""", reply_markup=InlineKeyboardMarkup( - [[InlineKeyboardButton("🔙 Go Back", callback_data="home_start")]] + [[InlineKeyboardButton("🔙 Go Back", callback_data="command_list")]] ), + disable_web_page_preview=True, )