mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-17 03:20:54 +00:00
粗略过一遍,修复一眼可见的问题
This commit is contained in:
@ -480,9 +480,6 @@ class ToMeRule:
|
||||
def to_me() -> Rule:
|
||||
"""
|
||||
通过 `event.is_tome()` 判断事件是否与机器人有关
|
||||
|
||||
参数:
|
||||
* 无
|
||||
"""
|
||||
|
||||
return Rule(ToMeRule())
|
||||
|
Reference in New Issue
Block a user