From 57ce7528c61c6e8c65d163dd441d6d1a7334b53a Mon Sep 17 00:00:00 2001 From: Fansirsqi Date: Sat, 14 Mar 2026 12:42:31 +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 001af33e..641ddb7a 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -10487,4 +10487,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 + }, ]