Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

145
Views
Embed doesn't show up for slash command

I have a weird issue. For some reasons embed doesn't show up anymore, however it worked yesterday and I'm not entirely sure if i did something wrong or what.

Example code for interaction reply:

   const testEmbed = new MessageEmbed()
        .setAuthor('Example')
        .setDescription('Some description for this embed')
        .setColor('YELLOW')
        .setTitle('Embed title');
    console.log(testEmbed);

    interaction.reply({
        content: 'Response with content!',
        embeds: [testEmbed],
        ephemeral: false
    }).catch(console.error);

The funniest thing is that if I comment out the content of the response, the interaction reply is completely blank.

https://i.imgur.com/XKOTWM5.png

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

As 0x464e mentionned, the problem wasn't on your code. You simply didn't enable link previews on your settings. You can go enable it in Settings -> Text & Images -> Link Preview ->

Link Preview

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!