Trying to get THREAD_STARTER_MESSAGE content from a message

Hello, i have a ticket system made with a bot, when a ticket is closed the bot lost scope of that ticket and that is intentional, i want my bot to have those tickets in scope again if a command is executed on the thread of the ticket, to do that i need to access to the original message using the message id (image 1), but when accessing the message the content is coming empty (image 2). My question is, i am accessing the THREAD_STARTER_MESSAGE correctly ? is there another way to do it ? Thanks in advance
No description
No description
7 Replies
d.js toolkit
d.js toolkit5mo 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
InFiNiTy
InFiNiTy5mo ago
Thread starter message is not empty?
juanrd
juanrd5mo ago
It is not, this was the original message for the example.
No description
InFiNiTy
InFiNiTy5mo ago
Huh Well cant help u rn I'll check back later or maybe someone will helo
Unknown User
Unknown User5mo ago
Message Not Public
Sign In & Join Server To View
InFiNiTy
InFiNiTy5mo ago
yep that should help
juanrd
juanrd5mo ago
solved using .fetchStarterMessage(), thanks!
No description