⚗️ add export require option

This commit is contained in:
yanyongyu
2020-11-21 20:40:09 +08:00
committed by pull[bot]
parent 689180ebe8
commit 2b10f81326
6 changed files with 145 additions and 37 deletions

View File

@ -240,4 +240,4 @@ async def _start_scheduler():
from nonebot.plugin import on_message, on_notice, on_request, on_metaevent, CommandGroup
from nonebot.plugin import on_startswith, on_endswith, on_keyword, on_command, on_regex
from nonebot.plugin import load_plugin, load_plugins, load_builtin_plugins
from nonebot.plugin import get_plugin, get_loaded_plugins
from nonebot.plugin import export, require, get_plugin, get_loaded_plugins