From dd478cfb1b328f8b7e82699ae7190f145a08d1dc Mon Sep 17 00:00:00 2001 From: captain-wangrun-cn Date: Sat, 9 Nov 2024 13:49:18 +0800 Subject: [PATCH] :beers: publish plugin nonebot_plugin_better_broadcast (#3113) --- assets/plugins.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index 2e744f0e6bfd..03e6971671bb 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -7600,5 +7600,25 @@ "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": "#ea5252" + }, + { + "label": "广播", + "color": "#1fd5ec" + }, + { + "label": "broadcast", + "color": "#231fec" + } + ], + "is_official": false } ]