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

fix typo.

This commit is contained in:
Mrs4s 2020-07-22 22:11:11 +08:00
parent 4d233152f3
commit cd31f3159c

View File

@ -5,7 +5,6 @@ import (
"github.com/Mrs4s/MiraiGo/client"
"github.com/Mrs4s/MiraiGo/message"
"github.com/Mrs4s/go-cqhttp/global"
"github.com/gin-gonic/gin"
log "github.com/sirupsen/logrus"
"io/ioutil"
"os"
@ -258,7 +257,7 @@ func (bot *CQBot) CQGetGroupMessage(messageId int32) MSG {
return OK(MSG{
"message_id": messageId,
"real_id": msg["message-id"],
"sender": gin.H{
"sender": MSG{
"user_id": sender.Uin,
"nickname": sender.Nickname,
},