📝 Docs: 微调插件元数据的部分描述 (#2096)

This commit is contained in:
worldmozara
2023-06-12 20:39:28 +08:00
committed by GitHub
parent 2de1524a89
commit 50941f5259
2 changed files with 4 additions and 3 deletions

View File

@ -96,7 +96,7 @@ __plugin_meta__ = PluginMetadata(
config=Config,
# 插件配置项类,如无需配置可不填写。
supported_adapters={"~onebot.v11"},
supported_adapters={"~onebot.v11", "~telegram"},
# 支持的适配器集合,其中 `~` 在此处代表前缀 `nonebot.adapters.`,其余适配器亦按此格式填写。
# 若插件可以保证兼容所有适配器(即仅使用基本适配器功能)可不填写,否则应该列出插件支持的适配器。
)