From 7d1331faa0c9c39e0bff70b0a4486e38647fa616 Mon Sep 17 00:00:00 2001 From: Saipo Date: Thu, 22 May 2025 03:32:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=8D=E6=AC=A1=E6=B5=8B=E8=AF=95?= 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 e319d51..5be1d6b 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("测试自动部署") + @filter.command("test部署") async def QAQtest(self, event: AstrMessageEvent): yield event.plain_result("自动部署成功!!")