add plugin loading using json/toml

This commit is contained in:
yanyongyu
2021-02-24 17:48:08 +08:00
parent 869df38238
commit eb8e5aa39d
8 changed files with 65 additions and 5 deletions

3
tests/plugins.toml Normal file
View File

@ -0,0 +1,3 @@
[nonebot.plugins]
plugins = ["nonebot_plugin_test"]
plugin_dirs = ["test_plugins"]