const reportEmbed = new EmbedBuilder() .setTitle(title) .setDescription(description) .setColor(Colors.DarkGreen) .setThumbnail('https://i.imgur.com/onYebR0.jpeg') .setFooter({ text: `Reported by ${reporterName}` })
const reportEmbed = new EmbedBuilder() .setTitle(title) .setDescription(description) .setColor(Colors.DarkGreen) .setThumbnail('https://i.imgur.com/onYebR0.jpeg') .setFooter({ text: `Reported by ${reporterName}` })
How come the Thumbnail doesn't show I had this problem for a while now can't get thumbnails to work. Because imgur and jpegs are allowed right ? This is in a Private Thread don't know if that matters