#Webhook send channelId option
7 messages · Page 1 of 1 (latest)
- What's your exact discord.js
npm list discord.jsand nodenode -vversion? - Not a discord.js issue? Check out #1081585952654360687.
- 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
- d.js 14.14.1
- Not really an issue, just wondering if it is possible
- I think my question is clear...
- Explained above
- There is no error stack trace :)
- There is no need for code
- Once again it isn't an issue!
.send() has an option to send to a thread channel I believe.
What would this option be called? I can't find it in the docs nor the guide.
It does show the edit option on a webhook on the guide
WebhookMessageCreateOptions
Options that can be passed into send.
Thanks!