Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #discord #embed #link
ADD COMMENT
Topic
Name
1+9 =