mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-02 02:44:50 +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:
|
||||
if kueri.lower() in types.lower():
|
||||
link = parsetypes[types]["href"]
|
||||
description = parsetypes[types]["description"]
|
||||
description = parsetypes[types]["description"][0]
|
||||
buttons = InlineKeyboard()
|
||||
buttons.row(
|
||||
InlineButton("Open Docs", url=link),
|
||||
|
|
|
|||
Loading…
Reference in a new issue