message fetching
unfortunately it doesnt properly fetch the message. I get folloing error:
DiscordAPIError[10008]: Unknown MessageThe IDs are checked and are perfectly fine,
DiscordAPIError[10008]: Unknown Message const joinMessage = await client.channels.cache
.get(docsSetup.ArchiveChannel)
.messages.fetch(docsOpen.JoinMessageID);