From 485d6e94b4630879cd88e9c214bfd609bb054ff4 Mon Sep 17 00:00:00 2001 From: lgc2333 Date: Thu, 2 Feb 2023 02:50:31 +0000 Subject: [PATCH] :beers: publish plugin AutoReply (#1659) --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 111b6781..4d118c99 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4098,5 +4098,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_autoreply", + "project_link": "nonebot-plugin-autoreply", + "name": "AutoReply", + "desc": "一个简单的只有配置文件的无数据库自动回复插件,支持多种匹配模式", + "author": "lgc2333", + "homepage": "https://github.com/lgc2333/nonebot-plugin-autoreply/", + "tags": [ + { + "label": "t:自动回复", + "color": "#ea881e" + } + ], + "is_official": false } ]