From 95ee5d54e805691a67d0ed8fb154db9c9e461f54 Mon Sep 17 00:00:00 2001 From: shengwang52005 Date: Sun, 18 Aug 2024 15:29:10 +0800 Subject: [PATCH] :beers: publish plugin nonebot_plugin_mute (#2892) --- assets/plugins.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index 708c3dca..95c4b965 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -6786,5 +6786,21 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_mute", + "project_link": "nonebot_plugin_mute", + "author": "shengwang52005", + "tags": [ + { + "label": "禁言", + "color": "#ff0303" + }, + { + "label": "娱乐", + "color": "#03fff2" + } + ], + "is_official": false } ]