Multiple images in embed
You can send multiple embeds that share the same url property but have different image.url values but is there any new update to embed builders to make this easier?
6 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 staffThe easier way is to use The media gallery component in components V2
:class: MediaGalleryBuilder
[email protected]
A builder that creates API-compatible JSON data for a container.This is not something the EmbedBuilder should implement, since this is trick of the message
and it's not something djs can implement either way, you'd need to ask discord