From 686f045d83f013d922786333fdfabc7bb96308fc Mon Sep 17 00:00:00 2001 From: lanxinmob Date: Sat, 11 Oct 2025 16:49:35 +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 e48d5012..863a076f 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -9824,4 +9824,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 + }, ]