-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
molanp
committed
Sep 17, 2024
1 parent
9ef1ba4
commit d594d0a
Showing
2 changed files
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,6 @@ | |
from nonebot.plugin import PluginMetadata | ||
from arclet.alconna import Args, Alconna | ||
|
||
__version__ = "0.1.23" | ||
|
||
__plugin_meta__ = PluginMetadata( | ||
name="Minecraft查服", | ||
description="Minecraft服务器状态查询,支持IPv6/Minecraft server status query, IPv6 supported", | ||
|
@@ -36,8 +34,7 @@ | |
lang_list | ||
""".strip(), | ||
extra={ | ||
"author": "molanp <[email protected]>", | ||
"version": __version__, | ||
"author": "molanp <[email protected]>" | ||
}, | ||
) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters