fix plugin reload and update docs

This commit is contained in:
yanyongyu
2020-04-22 20:38:51 +08:00
parent 4794a4bacb
commit 39804852a8
4 changed files with 235 additions and 21 deletions

View File

@@ -4,6 +4,12 @@ sidebar: auto
# 更新日志
## v1.6.0
- 新增 `PluginManager` `CommandManager` `NLPManager` 管理类,用于插件的开启与关闭
- 修改 `message_preprocessor` 在消息预处理阶段可以进行针对该消息的插件开启与关闭
- 移动 `on_command` `on_natural_language` `on_notice` `on_request` 装饰器至 plugin 模块
## v1.5.0
- 新增 `nonebot.on_startup` 装饰器,用于注册 NoneBot 启动时回调函数