add log and config docs

This commit is contained in:
yanyongyu
2020-08-20 15:07:05 +08:00
parent 1d982fc77b
commit 02ca49f6d0
20 changed files with 488 additions and 68 deletions

View File

@ -1,7 +1,7 @@
# NoneBot 模块
### `get_driver()`
## `get_driver()`
* **说明**
@ -32,7 +32,7 @@ driver = nonebot.get_driver()
```
### `get_app()`
## `get_app()`
* **说明**
@ -63,7 +63,7 @@ app = nonebot.get_app()
```
### `get_asgi()`
## `get_asgi()`
* **说明**
@ -94,7 +94,7 @@ asgi = nonebot.get_asgi()
```
### `get_bots()`
## `get_bots()`
* **说明**
@ -125,7 +125,7 @@ bots = nonebot.get_bots()
```
### `init(*, _env_file=None, **kwargs)`
## `init(*, _env_file=None, **kwargs)`
* **说明**
@ -163,7 +163,7 @@ nonebot.init(database=Database(...))
```
### `run(host=None, port=None, *args, **kwargs)`
## `run(host=None, port=None, *args, **kwargs)`
* **说明**