From 16c0a8792981a4652d3bb87a53589b2f4833df48 Mon Sep 17 00:00:00 2001 From: ssttkkl Date: Tue, 3 Jan 2023 16:13:53 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E4=B8=BB=E5=8A=A8?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E6=92=A4=E5=9B=9E=20(#1535)?= 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 9970f7ac..11355bda 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3828,5 +3828,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_revoke", + "project_link": "nonebot-plugin-revoke", + "name": "主动消息撤回", + "desc": "让机器人撤回自己发出的消息", + "author": "ssttkkl", + "homepage": "https://github.com/ssttkkl/nonebot-plugin-revoke", + "tags": [ + { + "label": "a:onebot", + "color": "#ea5252" + }, + { + "label": "t:gocqhttp", + "color": "#52ea95" + } + ], + "is_official": false } ]