#fetchStarterMessage DiscordAPIError[10008] Unknown Message

7 messages · Page 1 of 1 (latest)

crisp lake
#

What can cause a fetchStarterMessage call to throw DiscordAPIError[10008] Unknown Message? This is right after a thread is created and it shouldn't be the case that the starter message is immediately deleted

sand shell
#

• 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.

amber radish
#

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

crisp lake
#

I would expect a function called fetch to go and actively fetch the message if it hasn’t beed delivered/cached

gray plover