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
7 Replies
- 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 OPThread starter message is not empty?
It is not, this was the original message for the example.
Huh
Well cant help u rn
I'll check back later or maybe someone will helo
Unknown User•11mo ago
Message Not Public
Sign In & Join Server To View
yep that should help
solved using .fetchStarterMessage(), thanks!