Answers for "embed in dícord.py"

0

discord.py embeds

@client.command()
async def embed(ctx):
    embed=discord.Embed(title="Sample Embed", url="https://realdrewdata.medium.com/", description="This is an embed that will show how to build an embed and the different components", color=0xFF5733)
    await ctx.send(embed=embed)
Posted by: Guest on December-05-2021
0

embed python discord

embed.set_thumbnail(url="https://i.imgur.com/axLm3p6.jpeg")
Posted by: Guest on April-07-2021

Python Answers by Framework

Browse Popular Code Answers by Language