MCPcopy
hub / github.com/nonebot/nonebot2 / to_me

Function to_me

nonebot/rule.py:738–741  ·  view source on GitHub ↗

匹配与机器人有关的事件。

()

Source from the content-addressed store, hash-verified

736
737
738def to_me() -> Rule:
739 """匹配与机器人有关的事件。"""
740
741 return Rule(ToMeRule())
742
743
744class IsTypeRule:

Callers 2

echo.pyFile · 0.90
test_to_meFunction · 0.90

Calls 2

RuleClass · 0.90
ToMeRuleClass · 0.85

Tested by 1

test_to_meFunction · 0.72