From 1653fb98e76da18d3a5fca20711c39053d88c704 Mon Sep 17 00:00:00 2001 From: Saipo Date: Thu, 22 May 2025 03:37:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= 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 bf3a00a..81ece7b 100644 --- a/main.py +++ b/main.py @@ -310,6 +310,6 @@ class MyPlugin(Star): yield event.plain_result("包的") @filter.command("部署") - async def QAQtest(self, event: AstrMessageEvent): + async def bushutest(self, event: AstrMessageEvent): yield event.plain_result("自动部署成功!!")