From 10c99ae2785bb6fef958de36658126057b783898 Mon Sep 17 00:00:00 2001 From: Well2333 Date: Tue, 9 Apr 2024 01:46:50 +0800 Subject: [PATCH] :beers: publish plugin nonebot-plugin-auto-bot-selector (#2634) --- assets/plugins.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index ccf0a1d27b18..39e360494003 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -5733,5 +5733,21 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_auto_bot_selector", + "project_link": "nonebot-plugin-auto-bot-selector", + "author": "Well2333", + "tags": [ + { + "label": "多适配器", + "color": "#5280ea" + }, + { + "label": "跨平台", + "color": "#5452ea" + } + ], + "is_official": false } ]