From 292d06201d5677f33875e088bfd1872476b85a3c Mon Sep 17 00:00:00 2001 From: Fansirsqi Date: Tue, 14 Apr 2026 16:31:26 +0800 Subject: [PATCH] :beers: publish plugin IceyGroupManager (#3845) --- assets/plugins.json5 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/plugins.json5 b/assets/plugins.json5 index d623083a..5c7d5194 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -10648,4 +10648,24 @@ "tags": [], "is_official": false }, + { + "module_name": "nonebot_plugin_icey", + "project_link": "nonebot-plugin-icey", + "author_id": 38542005, + "tags": [ + { + "label": "群管理", + "color": "#354ed4" + }, + { + "label": "模块化", + "color": "#d435c3" + }, + { + "label": "持久化", + "color": "#d48b35" + } + ], + "is_official": false + }, ]