Add image in container
Hello! How we can do this, add a image in a container like a thumbnail.

10 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 OPYou need to use a section builder and add a thumbnail accessory
:method: SectionBuilder#setThumbnailAccessory()
discord.js@14.19.3
Sets the accessory of this section to a thumbnail.Note: section must inclued at lest 1 text display
discord.js Guide
Imagine a guide... that explores the many possibilities for your discord.js bot.
oh ty for the answer
but i have a prblm with that
appInfoSection needs an accessory as well. if you dont want one just use textdisplay on its own
perrfeeeect ty
np
have a good day 😉