From 98b3affe91f76c72f178690a48fdb862bc37a535 Mon Sep 17 00:00:00 2001 From: mas-alone Date: Thu, 13 Apr 2023 21:11:16 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20osu!=E5=85=A5?= =?UTF-8?q?=E7=BE=A4=E5=AE=A1=E6=89=B9=20(#1918)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 51ecf034..a884cb78 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5302,5 +5302,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_osuverify", + "project_link": "nonebot-plugin-osuverify", + "name": "osu!入群审批", + "desc": "通过osu!用户名的入群审核并其修改群名片为id", + "author": "mas-alone", + "homepage": "https://github.com/mas-alone/nonebot-plugin-osuverify", + "tags": [ + { + "label": "OSU", + "color": "#eb5d9b" + } + ], + "is_official": false } ]