From eedcf0779d5b710eda7eee26ca4c0b5ea6c5d6ca Mon Sep 17 00:00:00 2001 From: ssttkkl Date: Thu, 22 Jun 2023 00:31:15 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E5=91=8A=E8=AD=A6=20(#2116)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index e3810895..7c0ffd14 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -6785,5 +6785,23 @@ "nonebot.adapters.onebot.v12", "nonebot.adapters.qqguild" ] + }, + { + "module_name": "nonebot_plugin_error_alert", + "project_link": "nonebot-plugin-error-alert", + "name": "错误告警", + "desc": "当Bot发生运行错误时发送消息提醒", + "author": "ssttkkl", + "homepage": "https://github.com/bot-ssttkkl/nonebot-plugin-error-alert", + "tags": [], + "is_official": false, + "type": "application", + "supported_adapters": [ + "nonebot.adapters.onebot.v12", + "nonebot.adapters.telegram", + "nonebot.adapters.qqguild", + "nonebot.adapters.kaiheila", + "nonebot.adapters.onebot.v11" + ] } ]