📝 Docs: 添加 nonebug 单元测试文档 (#929)

Co-authored-by: Ju4tCode <42488585+yanyongyu@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: StarHeart <starheart233@gmail.com>
This commit is contained in:
MingxuanGame
2022-04-30 16:04:41 +08:00
committed by GitHub
parent 34186830ab
commit 11b6e1ba98
8 changed files with 554 additions and 12 deletions

View File

@ -84,7 +84,7 @@ async def handle_func():
```python {3-5}
matcher = on_message()
@matcher.got("key")
@matcher.got("key", prompt="Key?")
async def handle_func(key: Message = Arg()):
# do something here
```