#fetchStarterMessage DiscordAPIError[10008] Unknown Message
7 messages · Page 1 of 1 (latest)
• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.
it shouldn't be the case that the starter message is immediately deleted
False. It just hasn't delivered yet
When a thread is created, the message isn't sent yet. The message is sent after the thread is created. This is why you may experience sometimes it works and other times it does not, because the message needs to send after the thread is created
How should I wait for it to be delivered?
I would expect a function called fetch to go and actively fetch the message if it hasn’t beed delivered/cached
It will fetch it, yes. But if the message wasn’t created on discord‘s side yet there‘s nothing to fetch… messageCreate event would fire for it though