Skip to content

Commit

Permalink
chore: 继承alc, uinfo支持的适配器
Browse files Browse the repository at this point in the history
  • Loading branch information
fllesser committed Jan 13, 2025
1 parent 9e1eac5 commit a22263d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nonebot_plugin_fortnite/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require,
get_driver, # @get_driver().on_startup 装饰启动时运行函数
get_bots, # dict[str, BaseBot]
get_plugin
inherit_supported_adapters
)
from nonebot.log import logger
from nonebot.plugin import PluginMetadata
Expand All @@ -25,7 +25,7 @@
type="application",
config=Config,
homepage="https://github.com/fllesser/nonebot-plugin-fortnite",
supported_adapters=get_plugin("nonebot_plugin_alconna").metadata.supported_adapters
supported_adapters=inherit_supported_adapters("nonebot_plugin_alconna", "nonebot_plugin_uninfo")
)


Expand Down

0 comments on commit a22263d

Please sign in to comment.