link in embed discord.py
embed.add_field(name="Field 1 Title", value="[This is the text](Here is the URL)")
link in embed discord.py
embed.add_field(name="Field 1 Title", value="[This is the text](Here is the URL)")
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)
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us