Skip to content

Commit

Permalink
🐛 修正为正确的 metadata 字段
Browse files Browse the repository at this point in the history
  • Loading branch information
AzideCupric committed Jun 20, 2023
1 parent 4bad846 commit 812896e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nonebot_plugin_penguin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"utils",
]

__plugin_metadata__ = PluginMetadata(
__plugin_meta__ = PluginMetadata(
name="nonebot_plugin_penguin",
description="使用nonebot2查询企鹅物流掉落物数据",
usage="发送命令 `penguin -h` 查看帮助",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-plugin-penguin"
version = "0.0.4"
version = "0.1.0"
description = "get penguin data and send from https://penguin-stats.io/"
authors = ["Azide <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 812896e

Please sign in to comment.