From 8a877c640f55e3f8ddec94fef89fc56ee5abeece Mon Sep 17 00:00:00 2001 From: Fansirsqi Date: Sun, 19 Apr 2026 12:18:48 +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 5a4b3dfc..bc87c347 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -10700,4 +10700,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 + }, ]