From ab29dd0ca8d13b24c3de67a25c45464d1d8b6c1c 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 e48d5012e561..863a076f9e46 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 + }, ]