From 45ec5cdfb4e6b0ddc45a82795b8a371d40884ef2 Mon Sep 17 00:00:00 2001 From: RF-Tar-Railt Date: Wed, 30 Aug 2023 21:21:41 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20Alconna=20?= =?UTF-8?q?=E5=B8=AE=E5=8A=A9=E5=B7=A5=E5=85=B7=20(#2325)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 8b5ef31e..46a28cb0 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -7261,5 +7261,22 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_alchelper", + "project_link": "nonebot-plugin-alchelper", + "name": "Alconna 帮助工具", + "desc": "基于 nonebot-plugin-alconna,给出所有命令帮助以及统计", + "author": "RF-Tar-Railt", + "homepage": "https://github.com/RF-Tar-Railt/nonebot-plugin-alchelper", + "tags": [ + { + "label": "Alconna", + "color": "#ea5252" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": null } ]