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

281
Visualizações
Discord bot image alignment

I am making a Discord bot for fun and I have no clue what I am doing, but I am trying to make a social command. I got it to work, but the image pushes to the right and is not aligned with the link. What could I do to fix this?

const Discord = require("discord.js")
exports.run = (client, message, args) => {
  const embed = new Discord.MessageEmbed()
  .setThumbnail("https://www.freeiconspng.com/uploads/hd-youtube-logo-png-transparent-background-20.png")
  .setDescription('[Click here!](https://support.discord.com/hc/en-us/community/posts/360038398572-Hyperlink-Markdown)')
  .setColor("#8a5b53")
  message.channel.send({embeds:[embed]})
}
module.exports.name = "socials"

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

0

So you are creating an embed and using a thumbnail for the image. Thumbnails automatically push to the top right.

Try using .setImage which will just put the image inside of the embed normally.

const Discord = require("discord.js")
exports.run = (client, message, args) => {
  const embed = new Discord.MessageEmbed()
  .setImage("https://www.freeiconspng.com/uploads/hd-youtube-logo-png-transparent-background-20.png")
  .setDescription('[Click here!](https://support.discord.com/hc/en-us/community/posts/360038398572-Hyperlink-Markdown)')
  .setColor("#8a5b53")
  message.channel.send({embeds:[embed]})
}
module.exports.name = "socials"

Also check out the embed guide.

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