Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

279
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda