message fetching

      const joinMessage = await client.channels.cache
        .get(docsSetup.ArchiveChannel)
        .messages.fetch(docsOpen.JoinMessageID);


unfortunately it doesnt properly fetch the message. I get folloing error:
DiscordAPIError[10008]: Unknown Message

The IDs are checked and are perfectly fine,
Was this page helpful?