diff --git a/docs/api/nonebot.md b/docs/api/nonebot.md index 7c89c882..cdb72bdb 100644 --- a/docs/api/nonebot.md +++ b/docs/api/nonebot.md @@ -28,18 +28,15 @@ sidebarDepth: 0 * `on_endswith` => `nonebot.plugin.on_endswith` +* `on_keyword` => `nonebot.plugin.on_keyword` + + * `on_command` => `nonebot.plugin.on_command` * `on_regex` => `nonebot.plugin.on_regex` -* `on_regex` => `nonebot.plugin.on_regex` - - -* `on_regex` => `nonebot.plugin.on_regex` - - * `CommandGroup` => `nonebot.plugin.CommandGroup` diff --git a/nonebot/adapters/cqhttp.py b/nonebot/adapters/cqhttp/__init__.py similarity index 100% rename from nonebot/adapters/cqhttp.py rename to nonebot/adapters/cqhttp/__init__.py diff --git a/nonebot/adapters/cqhttp.pyi b/nonebot/adapters/cqhttp/__init__.pyi similarity index 100% rename from nonebot/adapters/cqhttp.pyi rename to nonebot/adapters/cqhttp/__init__.pyi