📝 update nonebot docstring

This commit is contained in:
yanyongyu 2020-12-05 01:43:58 +08:00
parent 5ebe7ff1cb
commit 621f93f75a
3 changed files with 7 additions and 0 deletions

View File

@ -40,6 +40,9 @@ sidebarDepth: 0
* `CommandGroup` => `nonebot.plugin.CommandGroup`
* `MatcherGroup` => `nonebot.plugin.MatcherGroup`
* `load_plugin` => `nonebot.plugin.load_plugin`

View File

@ -40,6 +40,9 @@ sidebarDepth: 0
* `CommandGroup` => `nonebot.plugin.CommandGroup`
* `Matchergroup` => `nonebot.plugin.MatcherGroup`
* `load_plugin` => `nonebot.plugin.load_plugin`

View File

@ -14,6 +14,7 @@
- ``on_command`` => ``nonebot.plugin.on_command``
- ``on_regex`` => ``nonebot.plugin.on_regex``
- ``CommandGroup`` => ``nonebot.plugin.CommandGroup``
- ``Matchergroup`` => ``nonebot.plugin.MatcherGroup``
- ``load_plugin`` => ``nonebot.plugin.load_plugin``
- ``load_plugins`` => ``nonebot.plugin.load_plugins``
- ``load_builtin_plugins`` => ``nonebot.plugin.load_builtin_plugins``