From 120b925fd6da14dd1687a29be4b6a21469da9d0c Mon Sep 17 00:00:00 2001 From: Mrs4s Date: Sun, 12 Dec 2021 00:24:24 +0800 Subject: [PATCH] update: remove internal id from guild message id --- coolq/bot.go | 1 - 1 file changed, 1 deletion(-) diff --git a/coolq/bot.go b/coolq/bot.go index 78cfd68..6421725 100644 --- a/coolq/bot.go +++ b/coolq/bot.go @@ -519,7 +519,6 @@ func (bot *CQBot) InsertGuildChannelMessage(m *message.GuildChannelMessage) stri w.WriteUInt64(m.GuildId) w.WriteUInt64(m.ChannelId) w.WriteUInt64(m.Id) - w.WriteUInt64(m.InternalId) })) msg := &db.StoredGuildChannelMessage{ ID: id,