hide saucenao error

This commit is contained in:
源文雨 2022-05-12 19:07:59 +08:00
parent c67c109af6
commit 6319ed0473

View File

@ -166,7 +166,6 @@ func init() { // 插件主体
continue continue
} }
} }
ctx.SendChain(message.Text("ERROR:", err))
} else { } else {
ctx.SendChain(message.Text("请私聊发送 设置 saucenao api key [apikey] 以启用 saucenao 搜图, key 请前往 https://saucenao.com/user.php?page=search-api 获取")) ctx.SendChain(message.Text("请私聊发送 设置 saucenao api key [apikey] 以启用 saucenao 搜图, key 请前往 https://saucenao.com/user.php?page=search-api 获取"))
} }