Skip to content

Commit

Permalink
🎉 NoneBot 2.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc2333 committed Jun 4, 2023
1 parent f9b02e6 commit 8769d0e
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 228 deletions.
15 changes: 9 additions & 6 deletions nonebot_plugin_fuckyou/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
from .__main__ import get_phase
from .config import ConfigModel

__version__ = "0.1.3"
__version__ = "0.1.4"
__plugin_meta__ = PluginMetadata(
"FuckYou",
get_phase(),
"与机器人对骂即可(关键词触发)",
ConfigModel,
{"License": "MIT", "Author": "student_2333"},
name="FuckYou",
description=get_phase(),
usage="与机器人对骂即可(关键词触发)",
homepage="https://github.com/lgc-NB2Dev/nonebot-plugin-fuckyou",
type="application",
config=ConfigModel,
supported_adapters=None,
extra={"License": "MIT", "Author": "student_2333"},
)
Loading

0 comments on commit 8769d0e

Please sign in to comment.