“Как отправить встроенное сообщение discord.js” Ответ

Как отправить встроенное сообщение discord.js

let Embed = new Discord.MessageEmbed()
    .setTitle()
    .setAuthor()
    .setColor()
    .addField()
    .setDescription()
    .setThumbnail()
Xenophobic Xenomorph

Discord.js отправить в Enced

message.channel.send({
  "embed": {
    "color": 12943398,
    "fields": [
      {
        "name": "Information",
        "value": "Embeds work for both text, and emoji. You can use variables too"
      }
    ]
  }
})

//If you want to make your own rich embed, I would recommend the website listed below next to source
HeyItsDeveloperRhys

Ответы похожие на “Как отправить встроенное сообщение discord.js”

Вопросы похожие на “Как отправить встроенное сообщение discord.js”

Больше похожих ответов на “Как отправить встроенное сообщение discord.js” по JavaScript

Смотреть популярные ответы по языку

Смотреть другие языки программирования