lien dans embed Discord.py
embed.add_field(name="Field 1 Title", value="[This is the text](Here is the URL)")
VL07
embed.add_field(name="Field 1 Title", value="[This is the text](Here is the URL)")
embed.set_thumbnail(url="https://i.imgur.com/axLm3p6.jpeg")
embed.add_field(name="Field 2 Title", value="It is inline with Field 3", inline=True)embed.add_field(name="Field 3 Title", value="It is inline with Field 2", inline=True)