when i send a post in a media channel, i get the threadCreated event but not the messageCreate event

the discord API claims you're supposed to get a messageCreate event, as the message isn't created at the time the thread is. it's not firing or me at all on discord.js@14.14.1 and i'm certain my hooks work right. node version is v18.16.1.
5 Replies
d.js toolkit
d.js toolkit3mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button! - Marked as resolved by OP
mallusrgreat
mallusrgreat3mo ago
you need GuildMessages intent
skull
skull3mo ago
i do
skull
skull3mo ago
thread.fetchStarterMessage() isn't guaranteed to work after threadCreate is called
No description
skull
skull3mo ago
but messageCreate doesn't fire at all nvm, solved. my hook was broken