From 161b547b19b54e6541209704c97096da7dec592b Mon Sep 17 00:00:00 2001 From: Irelia <1074822720@qq.com> Date: Fri, 14 Jun 2024 20:12:05 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=E5=85=83=E6=95=B0?= =?UTF-8?q?=E6=8D=AEusage=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nonebot_plugin_wwgachalogs/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nonebot_plugin_wwgachalogs/__init__.py b/nonebot_plugin_wwgachalogs/__init__.py index 024585b..3e04fa9 100644 --- a/nonebot_plugin_wwgachalogs/__init__.py +++ b/nonebot_plugin_wwgachalogs/__init__.py @@ -18,7 +18,7 @@ __plugin_meta__ = PluginMetadata( name="鸣潮抽卡记录分析", description="鸣潮抽卡记录分析", - usage="{插件用法}", + usage="使用指令\"抽卡记录帮助\"查看使用帮助", type="application", # 发布必填,当前有效类型有:`library`(为其他插件编写提供功能),`application`(向机器人用户提供功能)。 diff --git a/pyproject.toml b/pyproject.toml index 7401fc9..ec6686a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nonebot-plugin-wwgachalogs" -version = "0.1.5" +version = "0.1.6" description = "" authors = ["irelia"] license = "MIT"