From 19bf089fef4837845d53afc59d022a293194fe0c Mon Sep 17 00:00:00 2001 From: Alpaca4610 Date: Sun, 19 May 2024 02:25:52 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E4=BA=BA=E6=A0=BC=E5=92=8CAI=E7=BB=98=E5=9B=BE?= =?UTF-8?q?=E7=9A=84=E6=B7=B7=E5=90=88=E8=81=8A=E5=A4=A9BOT=20(#2723)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/plugins.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index ba75ce60e876..5e0c10e38c98 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -6044,5 +6044,25 @@ "author": "ajdgg", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_nai3_bot", + "project_link": "nonebot-plugin-nai3-bot", + "author": "Alpaca4610", + "tags": [ + { + "label": "AI", + "color": "#ea5252" + }, + { + "label": "NovelAI", + "color": "#52ea52" + }, + { + "label": "NAI3", + "color": "#52ea52" + } + ], + "is_official": false } ]