#.set_images() question
1 messages · Page 1 of 1 (latest)
title says set_images, code says set_image, we don't know what is the error, please be more specific
If you’re getting a URL error, you have to set an embed url.
Sure one sec
But next time form your question better. Provide code and the error message.
Since I’m on mobile I can’t properly format my code but here it is
embed = interactions.Embed(
title="your embed title",
description="your description",
color=0x00ff00,
url="set to whatever url you want"
)
embed.set_image(url=f
"image url 1")
embed.add_image(“image url 2")
You can add more embed.add_image if you need
And the colour I set is green