From 6185f5a6170af1f6b39727f14cb6cf8635b3bb51 Mon Sep 17 00:00:00 2001 From: ericzhang-debug Date: Thu, 9 Oct 2025 10:52:43 +0800 Subject: [PATCH] :beers: publish plugin nonebot-plugin-msglogger (#3704) --- assets/plugins.json5 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/plugins.json5 b/assets/plugins.json5 index 7f3db09a..210b6913 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -9796,4 +9796,24 @@ ], "is_official": false }, + { + "module_name": "nonebot-plugin-msglogger", + "project_link": "nonebot-plugin-msglogger", + "author_id": 71204348, + "tags": [ + { + "label": "消息记录", + "color": "#ea5252" + }, + { + "label": "图片存储", + "color": "#5c59ea" + }, + { + "label": "群聊消息保存", + "color": "#32e319" + } + ], + "is_official": false + }, ]