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

306
Vistas
How to make Discord bot js post the embed link previews without sending the link?

I want to use embeds to send my bot messages, but links in embeds do not sbow link previews. Is there any way to manually add in the link previews after sending an embed message that contains links?

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

You can accomplish something like this by using MessageEmbed#setImage, and setting the URL to your image or gif file.

Here is the code I used to accomplish this:

const GifEmbed = new MessageEmbed()
        .setImage('https://link-to-your-image.com/image.gif');


    if (interaction.commandName === 'gifembed') {
        interaction.channel.send({
            embeds: [GifEmbed]
        });
    }

It will display this:

image of discord bot sending an embed with an image set

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