可和戳一戳同时触发

This commit is contained in:
ThelevenFD 2024-12-14 21:27:47 +08:00 committed by GitHub
parent ab24d035a4
commit 8b7a410706
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,7 @@ async def _():
await handle_self_check() await handle_self_check()
#poke #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() @_self_check_poke_matcher.handle()
async def _(event: PokeNotifyEvent): async def _(event: PokeNotifyEvent):