Private Threads
Hello I'm currently trying to create a private thread that gets create from a message the bot sent .startThread, it isn't private tho, is there any reason why? Either im doing it wrong or StartThread doesn't have a private option
3 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 OPI’m fairly sure you can’t start private threads from messages
The docs also explicitly say startThread creates a public thread
Damn
didn't see that