mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-05 03:34:51 +00:00
fix
This commit is contained in:
parent
42826087cb
commit
9561f85480
1 changed files with 1 additions and 0 deletions
|
|
@ -144,6 +144,7 @@ async def inline_menu(_, inline_query: InlineQuery):
|
|||
msg = f"<b>{types}</b>\n"
|
||||
msg += f"{description}\n\n"
|
||||
msg += f"<b>Variables:</b>\n"
|
||||
LOGGER.info(parsetypes[types])
|
||||
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"
|
||||
datajson.append(
|
||||
|
|
|
|||
Loading…
Reference in a new issue