button doesn't show in the webhook message
in this log member https://sourceb.in/RnMm9Udsd8 when a user joins the server a webhook sends a message but even if there is no error, the button doesn't show.
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 OPa webhook needs to have been created by the bot to send components
this is also how discord determines who to send component interactions to
oh right
ty