From 4cef5512ee44af6312bc98976e20ba467ec5e731 Mon Sep 17 00:00:00 2001 From: SkyDynamic Date: Fri, 6 Jan 2023 15:46:02 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20Hypixel=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=9F=A5=E8=AF=A2=20(#1555)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index a2e1acae..b544b501 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3959,5 +3959,28 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_hypixel", + "project_link": "nonebot-plugin-hypixel", + "name": "Hypixel数据查询", + "desc": "查询Hypixel的数据", + "author": "SkyDynamic", + "homepage": "https://github.com/SkyDynamic/nonebot_plugin_hypixel", + "tags": [ + { + "label": "MC", + "color": "#6fea52" + }, + { + "label": "Hypixel", + "color": "#d5ea52" + }, + { + "label": "Hyp", + "color": "#d5ea52" + } + ], + "is_official": false } ]