From 25fc3050b6f59cf2e52e5e60a68673bd194e61e5 Mon Sep 17 00:00:00 2001 From: ericzhang-debug Date: Wed, 8 Oct 2025 18:50:37 +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 8bf7440a..e71a0aa1 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -9764,4 +9764,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 + }, ]