Update rpm.py

This commit is contained in:
SnowyFox
2024-04-18 00:23:14 +08:00
committed by GitHub
parent 8a0f25b5b0
commit 0fcde73178

View File

@ -167,5 +167,5 @@ async def _(bot: T_Bot, event: T_MessageEvent, result: Arparma):
ulang.get("liteyuki.list_resources"), ulang.get("liteyuki.list_resources"),
f"rpm list" f"rpm list"
) )
reply += f"{btn_list} {btn_reload}" reply += f"{btn_list} \n {btn_reload}"
await md.send_md(reply, bot, event=event) await md.send_md(reply, bot, event=event)