From 3c3331a1ef4bbd4e7541703ed528e9a9e27374ed Mon Sep 17 00:00:00 2001 From: KarisAya Date: Wed, 8 Feb 2023 06:08:13 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E9=80=9A=E7=94=A8?= =?UTF-8?q?=E6=8C=87=E4=BB=A4=E9=98=BB=E6=96=AD=20(#1682)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 1f74b166..c0159d4a 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4223,5 +4223,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_matcher_block", + "project_link": "nonebot-plugin-matcher-block", + "name": "通用指令阻断", + "desc": "可以为指令添加cd,或在该群屏蔽,支持正则", + "author": "KarisAya", + "homepage": "https://github.com/KarisAya/nonebot_plugin_matcher_block", + "tags": [ + { + "label": "指令阻断", + "color": "#525fea" + } + ], + "is_official": false } ]