Skip to content

Send an embed with multiple images #9045

Answered by LostLuma
RazzerDE asked this question in General
Discussion options

You must be logged in to vote

Hello, as the Reddit posts states, all of your embeds must have the same URL property set in addition to the image URL:
The key here is to use the same URL for all of the 4 embeds! I used my bot's website as the URL for the "url" property.

With discord.py you can pass the url keyword parameter to the Embed constructor to achieve this effect:

embed = discord.Embed(url='https://lostluma.dev').set_image(url='https://files.lostluma.dev/9X75qL.gif')

The URL is not visible in the embed unless you also pass the title parameter, so you can use any dummy URL you'd like to.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@RazzerDE
Comment options

@Rapptz
Comment options

@Radon333
Comment options

@tailoric
Comment options

@Radon333
Comment options

Answer selected by RazzerDE

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
6 participants