From eb97be17ddb7af5df4897a1d289be9b0788b39ac Mon Sep 17 00:00:00 2001 From: MelodyKnit Date: Tue, 3 Oct 2023 19:52:04 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=B1=8F=E8=94=BD?= =?UTF-8?q?=E8=AF=8D=E6=8F=92=E4=BB=B6=20(#2386)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/plugins.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index 06babd89..d53432d5 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -5099,5 +5099,25 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_blockwords", + "project_link": "nonebot-plugin-blockwords", + "author": "MelodyKnit", + "tags": [ + { + "label": "word", + "color": "#99ccff" + }, + { + "label": "屏蔽词", + "color": "#ffcc99" + }, + { + "label": "blockwords", + "color": "#ffcc99" + } + ], + "is_official": false } ]