Skip to content

Commit

Permalink
⬆️ 更新到nb 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AzideCupric committed Jun 2, 2023
1 parent 044cab1 commit 4bad846
Show file tree
Hide file tree
Showing 3 changed files with 242 additions and 232 deletions.
13 changes: 13 additions & 0 deletions nonebot_plugin_penguin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
from nonebot import require
from nonebot.plugin import PluginMetadata

require("nonebot_plugin_apscheduler")
require("nonebot_plugin_saa")
require("nonebot_plugin_htmlrender")

from .config import PlugConfig # noqa: E402
from . import ( # noqa: E402
db,
trim,
Expand All @@ -27,3 +29,14 @@
"types",
"utils",
]

__plugin_metadata__ = PluginMetadata(
name="nonebot_plugin_penguin",
description="使用nonebot2查询企鹅物流掉落物数据",
usage="发送命令 `penguin -h` 查看帮助",
type="application",
homepage="https://github.com/AzideCupric/nonebot-plugin-penguin",
config=PlugConfig,
supported_adapters=None,
extra={"authors": ["AzideCupric"], "license": "MIT"},
)
Loading

0 comments on commit 4bad846

Please sign in to comment.