Answers for "embed html discord"

2

how to code discord bot embed

@client.command()async def embed(ctx):
embed=discord.Embed(title="Sample Embed",description="This is an embed that will show how to build an embed and the different components", color=discord.Color.blue())
await ctx.send(embed=embed)
Posted by: Guest on September-09-2021
2

discord embed link

[Link text](http://example.com)
Posted by: Guest on June-19-2020

Browse Popular Code Answers by Language