From 115132a188dfd67ede1cc9b32124021c320a782c Mon Sep 17 00:00:00 2001 From: nonebot Date: Wed, 27 Jan 2021 03:46:47 +0000 Subject: [PATCH] :memo: update api docs --- docs/api/config.md | 2 +- docs/api/plugin.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/config.md b/docs/api/config.md index a9c8ab2b..654ea628 100644 --- a/docs/api/config.md +++ b/docs/api/config.md @@ -14,7 +14,7 @@ NoneBot 使用 [pydantic](https://pydantic-docs.helpmanual.io/) 以及 [python-d ## _class_ `Env` -基类:`pydantic.env_settings.BaseSettings` +基类:`nonebot.config.BaseConfig` 运行环境配置。大小写不敏感。 diff --git a/docs/api/plugin.md b/docs/api/plugin.md index 91e3e763..d1e379b7 100644 --- a/docs/api/plugin.md +++ b/docs/api/plugin.md @@ -1168,7 +1168,7 @@ def something_else(): -## `load_builtin_plugins()` +## `load_builtin_plugins(name='echo')` * **说明**