mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-07 12:24:51 +00:00
fix
This commit is contained in:
parent
9561f85480
commit
1851993f28
1 changed files with 3 additions and 3 deletions
|
|
@ -144,9 +144,9 @@ async def inline_menu(_, inline_query: InlineQuery):
|
||||||
msg = f"<b>{types}</b>\n"
|
msg = f"<b>{types}</b>\n"
|
||||||
msg += f"{description}\n\n"
|
msg += f"{description}\n\n"
|
||||||
msg += f"<b>Variables:</b>\n"
|
msg += f"<b>Variables:</b>\n"
|
||||||
LOGGER.info(parsetypes[types])
|
if parsetypes[types].get("fields"):
|
||||||
for i in parsetypes[types]["fields"]:
|
for i in parsetypes[types]["fields"]:
|
||||||
msg += f"<code>{i['name']}</code> (<b>{i['types'][0]}</b>)\n<b>Required:</b> <code>{i['required']}</code>\n{i['description']}\n\n"
|
msg += f"<code>{i['name']}</code> (<b>{i['types'][0]}</b>)\n<b>Required:</b> <code>{i['required']}</code>\n{i['description']}\n\n"
|
||||||
datajson.append(
|
datajson.append(
|
||||||
InlineQueryResultArticle(
|
InlineQueryResultArticle(
|
||||||
title=types,
|
title=types,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue