From ed91ec9bf5e9919bfb428247dbcaca780fe7e096 Mon Sep 17 00:00:00 2001 From: Lonely-Sails Date: Fri, 25 Oct 2024 20:13:09 +0800 Subject: [PATCH] :beers: publish plugin BiliMusic Downloader (#3045) --- assets/plugins.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index 75208980..9bfea278 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -7454,5 +7454,21 @@ "author": "zhongwen-4", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_bilimusic", + "project_link": "nonebot_plugin_bilimusic", + "author": "Lonely-Sails", + "tags": [ + { + "label": "bilibili", + "color": "#52d5ea" + }, + { + "label": "music", + "color": "#ea52ca" + } + ], + "is_official": false } ]