From 1dcda4bd77a3d9c79c84c05415003466de916a96 Mon Sep 17 00:00:00 2001 From: CMHopeSunshine Date: Wed, 4 Jan 2023 05:51:24 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E7=BE=A4=E8=81=8A?= =?UTF-8?q?=E5=AD=A6=E4=B9=A0=20(#1539)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 9117f7a9..fac7b06d 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3877,5 +3877,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_learning_chat", + "project_link": "nonebot-plugin-learning-chat", + "name": "群聊学习", + "desc": "让Bot学习群友说话和发表情包!", + "author": "CMHopeSunshine", + "homepage": "https://github.com/CMHopeSunshine/nonebot-plugin-learning-chat", + "tags": [ + { + "label": "a:onebot", + "color": "#ea5252" + } + ], + "is_official": false } ]