From c365ae9afbb9536dcdb4f96ae7bcb53aba371770 Mon Sep 17 00:00:00 2001 From: lanxinmob Date: Thu, 9 Oct 2025 10:42:26 +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 7f3db09a..eb7002b1 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -9796,4 +9796,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 + }, ]