From 58c8879cbba0a9f69215cda53b45688420da46b2 Mon Sep 17 00:00:00 2001 From: hanasa2023 Date: Wed, 2 Oct 2024 14:37:18 +0800 Subject: [PATCH] :beers: publish plugin nonechat (#2989) --- assets/plugins.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index ac6da4b2..60986533 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -7110,5 +7110,17 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_nonechat", + "project_link": "nonebot-plugin-nonechat", + "author": "hanasa2023", + "tags": [ + { + "label": "LLM", + "color": "#52eacf" + } + ], + "is_official": false } ]