mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-05 03:23:49 +08:00
update: remove internal id from guild message id
This commit is contained in:
parent
54e69acb8b
commit
120b925fd6
@ -519,7 +519,6 @@ func (bot *CQBot) InsertGuildChannelMessage(m *message.GuildChannelMessage) stri
|
|||||||
w.WriteUInt64(m.GuildId)
|
w.WriteUInt64(m.GuildId)
|
||||||
w.WriteUInt64(m.ChannelId)
|
w.WriteUInt64(m.ChannelId)
|
||||||
w.WriteUInt64(m.Id)
|
w.WriteUInt64(m.Id)
|
||||||
w.WriteUInt64(m.InternalId)
|
|
||||||
}))
|
}))
|
||||||
msg := &db.StoredGuildChannelMessage{
|
msg := &db.StoredGuildChannelMessage{
|
||||||
ID: id,
|
ID: id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user