#How do I add image to Embed
1 messages · Page 1 of 1 (latest)
also please, use #1076867263191339078 next time
1 messages · Page 1 of 1 (latest)
Ever wanted to set an image into an Embed but discovered you need an URL? This will help you out:
file = interactions.File("image.png")
embed = interactions.Embed(...)
embed.set_image(url="attachment://image.png")
await channel.send(embeds=embed, files=file)
also please, use #1076867263191339078 next time