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" + ] } ]