Answers for "discord.py change the embed color"

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 "discord.py change the embed color"

Python Answers by Framework

Browse Popular Code Answers by Language