mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-01 18:44:50 +00:00
fix
This commit is contained in:
parent
b9904f5f09
commit
a6b6b5986f
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 += str(i)
|
||||
msg += str(i["name"])
|
||||
# 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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue