Skip to content

Commit

Permalink
2.0.0.post3
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc2333 committed Apr 10, 2024
1 parent f054dff commit b293e89
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions nonebot_plugin_picstatus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,17 @@
if config.ps_only_su:
usage += "\n注意:仅SuperUser可以使用此指令"

__version__ = "2.0.0.post2"
__version__ = "2.0.0.post3"
__plugin_meta__ = PluginMetadata(
name="PicStatus",
description="以图片形式显示当前设备的运行状态",
usage=usage,
type="application",
homepage="https://github.com/lgc-NB2Dev/nonebot-plugin-picstatus",
config=ConfigModel,
supported_adapters=inherit_supported_adapters("nonebot_plugin_alconna"),
supported_adapters=inherit_supported_adapters(
"nonebot_plugin_alconna",
"nonebot_plugin_userinfo",
),
extra={"License": "MIT", "Author": "student_2333"},
)

0 comments on commit b293e89

Please sign in to comment.