Skip to content

Commit 4813fe2

Browse files
committed
26-2-18
1 parent b11ba35 commit 4813fe2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/nonebot_plugin_template/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
type="application", # application: 功能性插件 | library: 库插件
1515
homepage="https://github.com/owner/nonebot-plugin-template",
1616
config=Config,
17-
# supported_adapters=inherit_supported_adapters(
18-
# "nonebot_plugin_alconna", "nonebot_plugin_uninfo"
19-
# ),
17+
# supported_adapters=inherit_supported_adapters("nonebot_plugin_alconna"),
2018
supported_adapters={"~onebot.v11"},
2119
extra={"author": "owner <your@mail.com>"},
2220
)

0 commit comments

Comments
 (0)