1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-05 03:23:49 +08:00

fix send_group_forward_msg response message.

This commit is contained in:
Mrs4s 2021-07-03 16:09:59 +08:00
parent a87d0e9f8f
commit 48b442a281
No known key found for this signature in database
GPG Key ID: 3186E98FA19CE3A7

View File

@ -536,7 +536,7 @@ func (bot *CQBot) CQSendGroupForwardMessage(groupID int64, m gjson.Result) MSG {
"message_id": bot.InsertGroupMessage(ret),
})
}
return Failed(100)
return Failed(100, "EMPTY_NODES", "未找到任何可发送的合并转发信息")
}
// CQSendPrivateMessage 发送私聊消息