From 56b6ee1d38c3f0dceb8a551562348286d4a3a520 Mon Sep 17 00:00:00 2001 From: zhaomaoniu Date: Fri, 3 May 2024 16:47:57 +0800 Subject: [PATCH] :beers: publish plugin nonebot_plugin_anime_downloader (#2690) --- assets/plugins.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index a78181f9..ae4b57f0 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -5903,5 +5903,17 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_anime_downloader", + "project_link": "nonebot-plugin-anime-downloader", + "author": "zhaomaoniu", + "tags": [ + { + "label": "Anime", + "color": "#ff7474" + } + ], + "is_official": false } ]