From dd5541e65879fda7af4c50c87fcd4c8886422922 Mon Sep 17 00:00:00 2001 From: XTxiaoting14332 Date: Tue, 8 Aug 2023 13:57:20 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20Muteme(=E6=88=91?= =?UTF-8?q?=E7=A6=81=E6=88=91=E8=87=AA=E5=B7=B1)=20(#2251)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index d851887c..c07ab39e 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -7016,5 +7016,26 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_muteme", + "project_link": "nonebot-plugin-muteme", + "name": "Muteme(我禁我自己)", + "desc": "高仿@能干辉的muteme,我禁我自己", + "author": "XTxiaoting14332", + "homepage": "https://github.com/XTxiaoting14332/nonebot-plugin-muteme", + "tags": [ + { + "label": "禁言", + "color": "#e45b8d" + }, + { + "label": "muteme", + "color": "#5bc2e4" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]