discord.js embed message hyperlink code example
Example 1: discord.js send embed
message.channel.send({
"embed": {
"color": 12943398,
"fields": [
{
"name": "Information",
"value": "Embeds work for both text, and emoji. You can use variables too"
}
]
}
})
Example 2: how to send an embed message discord.js
let Embed = new Discord.MessageEmbed()
.setTitle()
.setAuthor()
.setColor()
.addField()
.setDescription()
.setThumbnail()
Example 3: how to make link text in discord
"Track cases globally, or in a country, by supplying 2-letter [country codes](https://countrycode.org/)."