From 0320be1947478362904a171be1154e6a404ea98a Mon Sep 17 00:00:00 2001 From: Ikaros-521 Date: Tue, 20 Dec 2022 07:04:28 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E9=9A=8F=E6=9C=BA?= =?UTF-8?q?=E7=A6=81=E8=A8=80=20(#1485)?= 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 23dd8892..054a8af9 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3670,5 +3670,28 @@ "homepage": "https://github.com/RShock/nonebot_plugin_ikun_evolution", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_random_ban", + "project_link": "nonebot-plugin-random-ban", + "name": "随机禁言", + "desc": "适用于onebot v11的随机禁言一名群员n分钟(n通过传入数字然后随机实现)", + "author": "Ikaros-521", + "homepage": "https://github.com/Ikaros-521/nonebot_plugin_random_ban", + "tags": [ + { + "label": "a:onebot", + "color": "#ea5252" + }, + { + "label": "t:禁言", + "color": "#020202" + }, + { + "label": "t:ban", + "color": "#ffffff" + } + ], + "is_official": false } ]