Answers for "change embed color in order discord.py"

0

discord embed colors python

embed=discord.Embed(title='Your title',
                    description="Your description",
                    color=0x552E12) # your color in hexadecimal
Posted by: Guest on May-18-2021

Code answers related to "change embed color in order discord.py"

Python Answers by Framework

Browse Popular Code Answers by Language