mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-02 10:44:50 +00:00
fix
This commit is contained in:
parent
1729e65c7d
commit
4558da9de9
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ async def inline_menu(_, inline_query: InlineQuery):
|
|||
msg += f"{description}\n\n"
|
||||
msg += f"<b>Variables:</b>\n"
|
||||
for i in parsemethod[method]["fields"]:
|
||||
msg += f"<code>{parsemethod[method]['fields']['name']}<code> ({parsemethod[method]['fields']['types']})\n<b>Required:</b> {parsemethod[method]['fields']['required']}\n{parsemethod[method]['fields']['description']}\n\n"
|
||||
msg += f"<code>{parsemethod[method]['fields']['name']}<code> (-)\n<b>Required:</b> {parsemethod[method]['fields']['required']}\n{parsemethod[method]['fields']['description']}\n\n"
|
||||
datajson.append(
|
||||
InlineQueryResultArticle(
|
||||
title=method,
|
||||
|
|
|
|||
Loading…
Reference in a new issue