💡 add matcher docstring

This commit is contained in:
yanyongyu
2020-10-06 17:03:05 +08:00
parent 9f8d009309
commit 727eef9a34
5 changed files with 255 additions and 29 deletions

View File

@ -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`