From 8b7a41070664a8b020ba5beb74a1f12eb41e66ae Mon Sep 17 00:00:00 2001 From: ThelevenFD <104363913+ThelevenFD@users.noreply.github.com> Date: Sat, 14 Dec 2024 21:27:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AF=E5=92=8C=E6=88=B3=E4=B8=80=E6=88=B3?= =?UTF-8?q?=E5=90=8C=E6=97=B6=E8=A7=A6=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zhenxun/builtin_plugins/check/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zhenxun/builtin_plugins/check/__init__.py b/zhenxun/builtin_plugins/check/__init__.py index 0e73e8ad..0417f323 100644 --- a/zhenxun/builtin_plugins/check/__init__.py +++ b/zhenxun/builtin_plugins/check/__init__.py @@ -61,7 +61,7 @@ async def _(): await handle_self_check() #poke -_self_check_poke_matcher = on_notice(priority=5, block=True, rule=notice_rule(PokeNotifyEvent) & to_me()) +_self_check_poke_matcher = on_notice(priority=5, block=False, rule=notice_rule(PokeNotifyEvent) & to_me()) @_self_check_poke_matcher.handle() async def _(event: PokeNotifyEvent):