Update rpm.py

This commit is contained in:
SnowyFox 2024-04-18 00:23:14 +08:00 committed by GitHub
parent 8a0f25b5b0
commit 0fcde73178
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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