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

Update api.go

This commit is contained in:
Shigma 2020-10-18 23:50:13 +08:00 committed by GitHub
parent c35f46e033
commit fffed72d44
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"],
}) })
} }