Answers for "discord embed colors python"

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

Python Answers by Framework

Browse Popular Code Answers by Language