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:
parent
a87d0e9f8f
commit
48b442a281
@ -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 发送私聊消息
|
||||
|
Loading…
x
Reference in New Issue
Block a user