From d3dd93b36ca8fcb4adc2979cdbae1b8bb01beb7a Mon Sep 17 00:00:00 2001 From: Shadow403 Date: Mon, 3 Oct 2022 11:43:13 +0000 Subject: [PATCH] :beers: publish plugin BiliRequestAll (#1301) --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 93ea2c93..445997e1 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -2887,5 +2887,24 @@ "homepage": "https://github.com/AbCooly/nonebot_plugin_listener", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_BiliRequestAll", + "project_link": "nonebot-plugin-BiliRequestAll", + "name": "BiliRequestAll", + "desc": "通过B站UID审核入群", + "author": "Shadow403", + "homepage": "https://github.com/Shadow403/nonebot_plugin_BiliRequestAll", + "tags": [ + { + "label": "bilibili", + "color": "#ea52e9" + }, + { + "label": "request", + "color": "#5eea52" + } + ], + "is_official": false } ]