Components V2 Error
When trying to use my Setup command, it keeps throwing this error:
However, I don't see anywhere, where I need to validate either a
ButtonBuilder or ThumbnailBuilder8 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 OPMy version of discordjs is 14.19.3
You have a Section component without a Thumbnail or Button
Instead of using a Section, just pass the TextDisplay directly
Ahhh! I see. That makes more sense. The section component must have a button or thumbnail?
Yes
I see, thanks for ya help :3
Ofc