Skip to content

Commit

Permalink
update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fllesser committed Jan 11, 2025
1 parent 8ed73c6 commit bbd0d27
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nonebot_plugin_fortnite/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,14 @@
from .pve import screenshot_vb_img
from .shop import screenshot_shop_img

alc_plugin: Plugin = get_plugin("nonebot_plugin_alconna")

__plugin_meta__ = PluginMetadata(
name="堡垒之夜游戏插件",
description="堡垒之夜战绩,季卡,商城,vb图查询",
usage="季卡/生涯季卡/战绩/生涯战绩/商城/vb图",
type="application",
config=Config,
homepage="https://github.com/fllesser/nonebot-plugin-fortnite",
supported_adapters=alc_plugin.metadata.supported_adapters
supported_adapters=get_plugin("nonebot_plugin_alconna").metadata.supported_adapters
)


Expand Down

0 comments on commit bbd0d27

Please sign in to comment.