🐛 md5 只能连接一次

This commit is contained in:
源文雨
2022-03-27 14:35:48 +08:00
parent b066bc37b3
commit 636f14c450
3 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ func init() {
if id := ctx.SendGroupForwardMessage(
ctx.Event.GroupID,
m).Get("message_id").Int(); id == 0 {
ctx.SendChain(message.Text("ERROR:可能被风控"))
ctx.SendChain(message.Text("ERROR:可能被风控或下载图片用时过长,请耐心等待"))
}
})
}