diff --git a/website/static/plugins.json b/website/static/plugins.json index 9970f7ac8eab..11355bdacb59 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 } ]