discord embed hyperlink code example
Example 1: how to create hyperlinks discord.js
const botInfo = new Discord.MessageEmbed()
.setDescription('[Click here!](https://support.discord.com/hc/en-us/community/posts/360038398572-Hyperlink-Markdown)')
message.channel.send(botInfo);
Example 2: discord embed links
[Text](URL)
Example 3: discord embed link
[Link text](http://example.com)
Example 4: how to make link text in discord
"Track cases globally, or in a country, by supplying 2-letter [country codes](https://countrycode.org/)."