From 8f1fbd9b3621d7b0694f3185672c1bd391918738 Mon Sep 17 00:00:00 2001 From: DMCSWCG Date: Sat, 11 Mar 2023 13:04:15 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E7=BE=A4=E8=81=8A?= =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E8=A1=A8=E6=83=85=E5=8C=85=20(#1794?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 0bdcc17e..9f81689c 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4732,5 +4732,15 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_customemote", + "project_link": "nonebot-plugin-customemote", + "name": "群聊自定义表情包", + "desc": "发送 表情名称 加 (.jpg或.png或.gif)后缀,就会发送设置好的表情。快速方便,聊天必备。", + "author": "DMCSWCG", + "homepage": "https://github.com/DMCSWCG/nonebot-plugin-customemote/", + "tags": [], + "is_official": false } ]