mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-04 19:17:37 +08:00
[Fix] Using timestamp from server
This commit is contained in:
parent
c355549c8d
commit
d3b22a7a46
@ -514,7 +514,7 @@ func (bot *CQBot) formatGroupMessage(m *message.GroupMessage) MSG {
|
||||
"user_id": m.Sender.Uin,
|
||||
},
|
||||
"sub_type": "normal",
|
||||
"time": time.Now().Unix(),
|
||||
"time": m.Time,
|
||||
"user_id": m.Sender.Uin,
|
||||
}
|
||||
if m.Sender.IsAnonymous() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user