6 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 OPcreate()
resolves to a channel object that is the channel that was created, so just make a variable from that resolved Promise
how to use setparent when in then
You can pass in the parent when creating the channel with the
parent
property
Also, setParent in that second .then would be InteractionResponse and you can't call itoh i get it