From 29374f8d8a54069a708847ed384b221417c23a8f Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Sat, 11 Jan 2025 00:25:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20/dashbord=5Fupdate?= =?UTF-8?q?=20=E6=8C=87=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/astrbot/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astrbot/main.py b/packages/astrbot/main.py index 1eca68f88..f52767444 100644 --- a/packages/astrbot/main.py +++ b/packages/astrbot/main.py @@ -349,7 +349,7 @@ UID: {user_id} 此 ID 可用于设置管理员。/op 授权管理员, /deo MessageEventResult().message(f"人格已设置。 \n人格信息: {ps}")) @filter.permission_type(filter.PermissionType.ADMIN) - @filter.command("dashboard update") + @filter.command("dashboard_update") async def update_dashboard(self, event: AstrMessageEvent): yield event.plain_result("正在尝试更新管理面板...") await download_dashboard()