Answers for "all ways to add link in discord.py embed"

1

link in embed discord.py

embed.add_field(name="Field 1 Title", value="[This is the text](Here is the URL)")
Posted by: Guest on May-27-2021
0

python discord embed link

embed = discord.Embed()
embed.description = "This country is not supported, you can ask me to add it [here](your_link_goes_here)."
await ctx.send(embed=embed)
Posted by: Guest on August-22-2021

Code answers related to "all ways to add link in discord.py embed"

Python Answers by Framework

Browse Popular Code Answers by Language