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')` * **说明**