From 8f30dd73ece53f052eb15758352734caf3f9f546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CQAQ=E2=80=9D?= <“1540691861@qq.com”> Date: Thu, 22 May 2025 14:29:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95vscode=E6=8F=90=E4=BA=A4?= 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 ea3c4d0..c0fe886 100644 --- a/main.py +++ b/main.py @@ -307,7 +307,7 @@ class MyPlugin(Star): @filter.command("麦否?") async def QAQtest(self, event: AstrMessageEvent): - yield event.plain_result("包的") + yield event.plain_result("每日一麦") @filter.command("部署") async def bushutest(self, event: AstrMessageEvent):