mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-05 11:44:50 +00:00
fix
This commit is contained in:
parent
ba983d53e4
commit
5ec4943d1a
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ async def inline_menu(_, inline_query: InlineQuery):
|
|||
)
|
||||
returns = "".join(f"{i}, " for i in parsemethod[method]["returns"])
|
||||
msg = f"<b>{method}</b> (<code>{returns[:-2]}</code>)\n"
|
||||
msg += f"<b>Description:</b> {description}\n\n"
|
||||
msg += f"<b>Description:</b> {description[0]}\n\n"
|
||||
msg += f"<b>Variables:</b>\n"
|
||||
# msg += f"<code>{method}<code> ({fields})\n<b>Required:</b> {parsemethod[method]['fields']['required']}\n{parsemethod[method]['fields']['description']}\n\n"
|
||||
datajson.append(
|
||||
|
|
|
|||
Loading…
Reference in a new issue