Answers for "set embed color 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 "set embed color discord.py"

Python Answers by Framework

Browse Popular Code Answers by Language