mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-03 11:04:51 +00:00
fix
This commit is contained in:
parent
52648b6759
commit
5b86a7f5f8
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ async def inline_menu(_, inline_query: InlineQuery):
|
||||||
for types in parsetypes:
|
for types in parsetypes:
|
||||||
if kueri.lower() in types.lower():
|
if kueri.lower() in types.lower():
|
||||||
link = parsetypes[types]["href"]
|
link = parsetypes[types]["href"]
|
||||||
description = parsetypes[types]["description"]
|
description = parsetypes[types]["description"][0]
|
||||||
buttons = InlineKeyboard()
|
buttons = InlineKeyboard()
|
||||||
buttons.row(
|
buttons.row(
|
||||||
InlineButton("Open Docs", url=link),
|
InlineButton("Open Docs", url=link),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue