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 } ]