From 6319ed04734d5367aa9d7f4bb08ac736822f6f75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Thu, 12 May 2022 19:07:59 +0800 Subject: [PATCH] hide saucenao error --- plugin/saucenao/searcher.go | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/saucenao/searcher.go b/plugin/saucenao/searcher.go index 9be55809..be1faa53 100644 --- a/plugin/saucenao/searcher.go +++ b/plugin/saucenao/searcher.go @@ -166,7 +166,6 @@ func init() { // 插件主体 continue } } - ctx.SendChain(message.Text("ERROR:", err)) } else { ctx.SendChain(message.Text("请私聊发送 设置 saucenao api key [apikey] 以启用 saucenao 搜图, key 请前往 https://saucenao.com/user.php?page=search-api 获取")) }