mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
🚨 auto fix by pre-commit hooks
This commit is contained in:
parent
9620436130
commit
90b7c2470b
@ -78,7 +78,10 @@ if check_type in {"message", "mix"}:
|
||||
if check_type in {"poke", "mix"}:
|
||||
# poke
|
||||
_self_check_poke_matcher = on_notice(
|
||||
priority=5, permission=SUPERUSER, 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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user