From 962043613009a9c7c0a4df5d4fcddef172ce186c Mon Sep 17 00:00:00 2001 From: ThelevenFD <104363913+ThelevenFD@users.noreply.github.com> Date: Tue, 17 Dec 2024 23:17:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=88=B3=E4=B8=80=E6=88=B3?= =?UTF-8?q?=E8=87=AA=E6=A3=80=E9=89=B4=E6=9D=83?= 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 273a5e3c..da5863b1 100644 --- a/zhenxun/builtin_plugins/check/__init__.py +++ b/zhenxun/builtin_plugins/check/__init__.py @@ -78,7 +78,7 @@ if check_type in {"message", "mix"}: if check_type in {"poke", "mix"}: # poke _self_check_poke_matcher = on_notice( - priority=5, block=False, rule=notice_rule(PokeNotifyEvent) & to_me() + priority=5, permission=SUPERUSER, block=False, rule=notice_rule(PokeNotifyEvent) & to_me() ) @_self_check_poke_matcher.handle()