how to embed hyperlinks in discord.js 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 js embeded message hyperlink
"This is no hyperlink, [but this is](https://google.com/)."