From 7b0e62c128dfeb12803357a597e2376ac09483e9 Mon Sep 17 00:00:00 2001 From: Ikaros-521 <Ikaros-521@users.noreply.github.com> Date: Sun, 28 May 2023 21:09:55 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E9=9A=8F=E6=9C=BA?= =?UTF-8?q?=E6=8A=BD=E5=8F=96=E8=87=AA=E5=AE=9A=E4=B9=89=E5=86=85=E5=AE=B9?= =?UTF-8?q?=20(#2063)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 2bbded35..4f2072ce 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5869,5 +5869,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_random_draw", + "project_link": "nonebot-plugin-random-draw", + "name": "随机抽取自定义内容", + "desc": "通过添加各种想要抽取的内容,进行随机抽取。选择困难症的福音", + "author": "Ikaros-521", + "homepage": "https://github.com/Ikaros-521/nonebot_plugin_random_draw", + "tags": [ + { + "label": "随机", + "color": "#ffe0aa" + }, + { + "label": "a:onebot", + "color": "#000000" + } + ], + "is_official": false } ]