Commit 9db1dcc7 authored by Mrs4s's avatar Mrs4s Committed by GitHub

Merge pull request #370 from Shigma/patch-1

fix get_msg response payload
parents c35f46e0 fffed72d
......@@ -662,7 +662,7 @@ func (bot *CQBot) CQGetMessage(messageId int32) MSG {
"nickname": sender.Nickname,
},
"time": msg["time"],
"content": msg["message"],
"message": msg["message"],
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment