From 8c4c31ad3a4a48d601a6b57bfb2257dda5499aaf Mon Sep 17 00:00:00 2001 From: lanxinmob Date: Mon, 6 Oct 2025 17:31:40 +0800 Subject: [PATCH] :beers: publish plugin nonebot-plugin-memory (#3700) --- assets/plugins.json5 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/assets/plugins.json5 b/assets/plugins.json5 index e1fc908a..3bd65493 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -9764,4 +9764,20 @@ ], "is_official": false }, + { + "module_name": "nonebot_plugin_memory", + "project_link": "nonebot-plugin-memory", + "author_id": 175703143, + "tags": [ + { + "label": "log", + "color": "#336daf" + }, + { + "label": "func", + "color": "#5bd0a2" + } + ], + "is_official": false + }, ]