From 74bbbacb9457d332548df94682b7739c880f99d1 Mon Sep 17 00:00:00 2001 From: Saipo Date: Thu, 22 May 2025 02:57:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=87=AA=E5=8A=A8=E9=83=A8?= =?UTF-8?q?=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index ee98847..e319d51 100644 --- a/main.py +++ b/main.py @@ -309,5 +309,7 @@ class MyPlugin(Star): async def QAQtest(self, event: AstrMessageEvent): yield event.plain_result("包的") - + @filter.command("测试自动部署") + async def QAQtest(self, event: AstrMessageEvent): + yield event.plain_result("自动部署成功!!") -- 2.47.2