From 81870e0d645436299fe8025ce22fb7f81ce6d23b Mon Sep 17 00:00:00 2001 From: DMCSWCG Date: Fri, 3 Mar 2023 16:54:14 +0000 Subject: [PATCH] :beers: publish plugin AutoRepeater (#1768) --- website/static/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index f7135654..846f9c3d 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4612,5 +4612,15 @@ "homepage": "https://github.com/techotaku39/nonebot-plugin-60s", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_AutoRepeater", + "project_link": "nonebot-plugin-AutoRepeater", + "name": "AutoRepeater", + "desc": "连续发送2条相同消息,机器人就会自动 +1。包括普通消息,QQ表情,还有图片(表情包)。支持图片夹文字和表情夹文字的消息!具有动态多群控制和跟随撤回功能(手表API可能无法监测)。", + "author": "DMCSWCG", + "homepage": "https://github.com/DMCSWCG/nonebot-plugin-AutoRepeater", + "tags": [], + "is_official": false } ]