We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11ba35 commit 4813fe2Copy full SHA for 4813fe2
1 file changed
src/nonebot_plugin_template/__init__.py
@@ -14,9 +14,7 @@
14
type="application", # application: 功能性插件 | library: 库插件
15
homepage="https://github.com/owner/nonebot-plugin-template",
16
config=Config,
17
- # supported_adapters=inherit_supported_adapters(
18
- # "nonebot_plugin_alconna", "nonebot_plugin_uninfo"
19
- # ),
+ # supported_adapters=inherit_supported_adapters("nonebot_plugin_alconna"),
20
supported_adapters={"~onebot.v11"},
21
extra={"author": "owner <your@mail.com>"},
22
)
0 commit comments