From 9d02a8c9473966ab78e716f1a74ee626cb48563a Mon Sep 17 00:00:00 2001 From: Fansirsqi Date: Sun, 19 Apr 2026 18:08:14 +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 e5a4b1ac..7f90193b 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -10716,4 +10716,24 @@ ], "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 + }, ]