From 320940ff0d0e60d88b1ac3203ea49f3f400ed265 Mon Sep 17 00:00:00 2001 From: CMHopeSunshine Date: Tue, 3 Jan 2023 16:23:39 +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 11355bdacb59..46447f34445c 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3847,5 +3847,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 } ]