mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-27 08:11:38 +00:00
💡 add matcher docstring
This commit is contained in:
@ -113,7 +113,7 @@ await bot.send_msg(message="hello world")
|
||||
```
|
||||
|
||||
|
||||
### _abstract async_ `send(*args, **kwargs)`
|
||||
### _abstract async_ `send(event, message, **kwargs)`
|
||||
|
||||
|
||||
* **说明**
|
||||
@ -125,7 +125,10 @@ await bot.send_msg(message="hello world")
|
||||
* **参数**
|
||||
|
||||
|
||||
* `*args`
|
||||
* `event: Event`: 上报事件
|
||||
|
||||
|
||||
* `message: Union[str, Message, MessageSegment]`: 要发送的消息
|
||||
|
||||
|
||||
* `**kwargs`
|
||||
|
Reference in New Issue
Block a user