From 405e2024cd44a03dd762ed43056fbf1bb3a8ccbe Mon Sep 17 00:00:00 2001 From: Saipo Date: Thu, 22 May 2025 03:36:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 5be1d6b..bf3a00a 100644 --- a/main.py +++ b/main.py @@ -309,7 +309,7 @@ class MyPlugin(Star): async def QAQtest(self, event: AstrMessageEvent): yield event.plain_result("包的") - @filter.command("test部署") + @filter.command("部署") async def QAQtest(self, event: AstrMessageEvent): yield event.plain_result("自动部署成功!!")