From 738fd00d9fc4e76c31c8db4eb4b5f83795577acb Mon Sep 17 00:00:00 2001 From: Fansirsqi Date: Wed, 25 Feb 2026 20:16:50 +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 904342f1..4e662c9f 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -10420,4 +10420,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 + }, ]