From 2f40024edb16f0e2bd91e8a4b9fd0ba76bcc089a Mon Sep 17 00:00:00 2001 From: forchannot Date: Thu, 20 Apr 2023 09:58:53 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=9B=B4=E6=94=B9?= =?UTF-8?q?BOT=E7=BE=A4=E5=90=8D=E7=89=87=20(#1933)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 101fb285..cd5cb995 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5351,5 +5351,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_rename", + "project_link": "nonebot-plugin-rename", + "name": "更改BOT群名片", + "desc": "通过定时任务更改机器人不同群的群名片", + "author": "forchannot", + "homepage": "https://github.com/forchannot/nonebot_plugin_rename", + "tags": [ + { + "label": "a:onebot", + "color": "#ed4646" + }, + { + "label": "群名片", + "color": "#466bed" + } + ], + "is_official": false } ]