From 5c72fd5ba7403b014df31aabe6e4d9686b77d726 Mon Sep 17 00:00:00 2001 From: A-kirami Date: Sat, 8 Jul 2023 12:47:50 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E8=BF=87=E6=9C=9F?= =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E8=BF=87=E6=BB=A4=E5=99=A8=20(#2168)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 6b78b27c..aa20b8e4 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -7001,5 +7001,20 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_eventexpiry", + "project_link": "nonebot-plugin-eventexpiry", + "name": "过期事件过滤器", + "desc": "自动过滤过期事件", + "author": "A-kirami", + "homepage": "https://github.com/A-kirami/nonebot-plugin-eventexpiry", + "tags": [], + "is_official": false, + "type": "library", + "supported_adapters": [ + "nonebot.adapters.onebot.v11", + "nonebot.adapters.onebot.v12" + ] } ]