From 6471eaff942c5bb6687168797d9e4e99181bc42e Mon Sep 17 00:00:00 2001 From: ericzhang-debug Date: Wed, 8 Oct 2025 22:52:25 +0800 Subject: [PATCH] :beers: publish plugin nonebot-plugin-msglogger (#3714) --- assets/plugins.json5 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/plugins.json5 b/assets/plugins.json5 index 7a8a63ac..e555fd4e 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -9784,4 +9784,24 @@ ], "is_official": false }, + { + "module_name": "nonebot-plugin-msglogger", + "project_link": "nonebot-plugin-msglogger", + "author_id": 71204348, + "tags": [ + { + "label": "消息记录", + "color": "#eb1919" + }, + { + "label": "群信息记录", + "color": "#633fef" + }, + { + "label": "图片保存", + "color": "#0af70a" + } + ], + "is_official": false + }, ]