Thumbnail Component V2
Hello, is it possible to add a thumbnail in the new ContainerBuilder ?
I found this code in the doc :
6 Replies
But when I add a thumbnail in the section, it don't work.
- 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 OPdiscord.js@14.21.0
NodeJS v22.17.0
you either use button accessory or thumbnail, not both
:method: SectionBuilder#setThumbnailAccessory()
discord.js@14.21.0
Sets the accessory of this section to a thumbnail.Ok thanks !