From a4ff9e8655c8bbdd4d16a92dfce61c04a1cdb420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=83=9C=E6=9C=88?= <63870437+CMHopeSunshine@users.noreply.github.com> Date: Sun, 10 Jul 2022 02:22:12 -0500 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E5=A4=8D=E6=B2=A1=E7=BB=91ck?= =?UTF-8?q?=E4=B9=9F=E6=8F=90=E7=A4=BA=E5=BC=80=E5=90=AF=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E7=AD=BE=E5=88=B0=E6=88=90=E5=8A=9F=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Paimon_Info/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Paimon_Info/__init__.py b/Paimon_Info/__init__.py index b0ee464..9d07918 100644 --- a/Paimon_Info/__init__.py +++ b/Paimon_Info/__init__.py @@ -489,8 +489,8 @@ async def mys_sign_auto_handler(event: MessageEvent, msg: Message = CommandArg() await delete_auto_sign(str(event.user_id), uid) await mys_sign_auto.finish('关闭米游社自动签到成功', at_sender=True) else: - await add_auto_sign(str(event.user_id), uid, str(event.group_id)) - await mys_sign_auto.finish('开启米游社自动签到成功,派蒙会在每日0点帮你签到', at_sender=True) + # await add_auto_sign(str(event.user_id), uid, str(event.group_id)) + await mys_sign_auto.finish('指令错误,在后面加 开启/关闭 来使用哦', at_sender=True) ud_lmt = FreqLimiter(300)