New: get_bot function (#419)

Co-authored-by: nonebot <nonebot@users.noreply.github.com>
Co-authored-by: Ju4tCode <42488585+yanyongyu@users.noreply.github.com>
This commit is contained in:
midori
2021-06-27 02:03:54 -04:00
committed by GitHub
parent b3718c3042
commit b9de8baac4
4 changed files with 88 additions and 8 deletions

View File

@ -59,6 +59,8 @@ NoneBot 主要配置。大小写不敏感。
NoneBot 运行所使用的 `Driver` 。继承自 `nonebot.driver.BaseDriver`
配置格式为 `<module>[:<class>]`,默认类名为 `Driver`
### `host`