From 781f8a67df49ea36b18e568d3860dc55ab4993f3 Mon Sep 17 00:00:00 2001 From: captain-wangrun-cn Date: Sun, 10 Nov 2024 17:51:00 +0800 Subject: [PATCH] :beers: publish plugin nonebot_plugin_better_broadcast (#3113) --- assets/plugins.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index ba112a95..3e08403c 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -7584,5 +7584,21 @@ "author": "zhongwen-4", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_better_broadcast", + "project_link": "nonebot-plugin-better-broadcast", + "author": "captain-wangrun-cn", + "tags": [ + { + "label": "广播", + "color": "#1fd5ec" + }, + { + "label": "broadcast", + "color": "#231fec" + } + ], + "is_official": false } ]