From 3cf31998b97b0a90e7123033255db6ccc5d7e281 Mon Sep 17 00:00:00 2001 From: 17TheWord <17TheWord@users.noreply.github.com> Date: Fri, 27 Jan 2023 02:50:53 +0000 Subject: [PATCH] :beers: publish plugin Group_Link_Guild (#1636) --- website/static/plugins.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index e808b0df..184c12f9 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3915,5 +3915,28 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_group_link_guild", + "project_link": "nonebot-plugin-group-link-guild", + "name": "Group_Link_Guild", + "desc": "互通QQ群聊与QQ频道消息的插件", + "author": "17TheWord", + "homepage": "https://github.com/17TheWord/nonebot-plugin-group-link-guild", + "tags": [ + { + "label": "QQ群", + "color": "#ea5252" + }, + { + "label": "QQ频道", + "color": "#52ead5" + }, + { + "label": "消息互通", + "color": "#50c545" + } + ], + "is_official": false } ]