some fixes
This commit is contained in:
parent
34d4d04cfb
commit
17a7d46c14
@ -83,8 +83,9 @@ async def set_quick(_, query: CallbackQuery):
|
|||||||
|
|
||||||
❓ Have questions? Contact us in [Support Group](https://t.me/{GROUP_SUPPORT}).""",
|
❓ Have questions? Contact us in [Support Group](https://t.me/{GROUP_SUPPORT}).""",
|
||||||
reply_markup=InlineKeyboardMarkup(
|
reply_markup=InlineKeyboardMarkup(
|
||||||
[[InlineKeyboardButton("🔙 Go Back", callback_data="home_start")]]
|
[[InlineKeyboardButton("🔙 Go Back", callback_data="command_list")]]
|
||||||
),
|
),
|
||||||
|
disable_web_page_preview=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user