discorde intégrer les couleurs python
embed=discord.Embed(title='Your title',
description="Your description",
color=0x552E12) # your color in hexadecimal
Chall3nger