From 694ef4591a24d69df8e54c52d3f6afc6f8346e60 Mon Sep 17 00:00:00 2001 From: lgc2333 Date: Wed, 1 Feb 2023 15:44:09 +0000 Subject: [PATCH] :beers: publish plugin AutoReply (#1659) --- website/static/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 09cbb54adc70..bb0505a4a353 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4079,5 +4079,15 @@ } ], "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": [], + "is_official": false } ]