Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

207
Visualizações
Poblem with embed message discord js

Hello everyone I have a problem with embed messages in discord js. I have a variable which is storing text ".addField("text", "text", false)" and I want to use this stored text in the embed message

Example

var fields = ".addField("text", "text", false).addField("text", "text", false);
const embedmessage = new Discord.MessageEmbed()
.setTitle("title")
.setDescription("description")
.setColor("#f2320c")

and I want to add this variable named fields to the end of this embed message. How can i do it?

Sorry for my english but I hope it isn't a problem ;/

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

When it comes to discord embeds, I am going to assume that you would like to add fields to your embed.

Before I give you an example, I will tell you about the inline feature which will contain 2 fields on the same x-axis/line instead of the fields being only under each other, if you set it to false then it would only be under each other as true will make 2-3 fields per line depending on how many you make.

    const embedmessage = new Discord.MessageEmbed()
.setTitle("title")
.setDescription("description")
.setColor("#f2320c")
.addField('This is a title', 'description here', true)

The true in the line is whether or not you want it to be inlined; you can always make it false. If you have any questions; feel free to ask me.

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda