quick question: How can I send a message to the created thread?
After the bot creates a thread, I would like to post a message by the bot to that thread.
I have a
ThreadChannel
object which is the return value of GuildTextThreadManager.create()
.
There's probably nothing difficult about it, but I haven't run the bot in over a year so I forgot.2 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 OPAh, thread.send().