From 045ab60699319ad3180dbe1587172b59cd2d53eb Mon Sep 17 00:00:00 2001 From: bridgeL Date: Wed, 15 Feb 2023 13:17:30 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E4=BD=A0=E7=94=BB?= =?UTF-8?q?=E6=88=91=E7=8C=9C=E7=BB=84=E9=98=9F=20(#1704)?= 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 f4a8ac99..a0135e8a 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4344,5 +4344,20 @@ } ], "is_official": false + }, + { + "module_name": "gartic_room", + "project_link": "nonebot-plugin-gartic-room", + "name": "你画我猜组队", + "desc": "自动创建gartic房间,主题为综合,将房间链接发送到群聊", + "author": "bridgeL", + "homepage": "https://github.com/bridgeL/gartic_room", + "tags": [ + { + "label": "ayaka", + "color": "#e36306" + } + ], + "is_official": false } ]