State: Fixed individual message fetch missing GuildID

This commit is contained in:
diamondburned 2020-07-17 11:35:44 -07:00
parent d18298aca9
commit 1c8aaaefcc
1 changed files with 1 additions and 0 deletions

View File

@ -508,6 +508,7 @@ func (s *State) Message(channelID, messageID discord.Snowflake) (*discord.Messag
}
m.ChannelID = c.ID
m.GuildID = c.GuildID
return m, s.Store.MessageSet(m)
}