Webhooks
Hey is there a way to get data sent to the webhook client, instead of when the webhook sends the message?
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 OPLike is there a way I could send a json to the webhook, rather than sending a string for it to send to a text channel
:method: WebhookClient#send
@main
Sends a message with this webhook.
:method: WebhookClient#send()
Sends a message with this webhook.