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

Merge pull request #370 from Shigma/patch-1

fix get_msg response payload
This commit is contained in:
Mrs4s 2020-10-18 23:52:22 +08:00 committed by GitHub
commit 9db1dcc76a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -662,7 +662,7 @@ func (bot *CQBot) CQGetMessage(messageId int32) MSG {
"nickname": sender.Nickname, "nickname": sender.Nickname,
}, },
"time": msg["time"], "time": msg["time"],
"content": msg["message"], "message": msg["message"],
}) })
} }