Embed Thumbnail not showing

        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

Discord.js: v14.13.0
Discord_Y7wr8QVb66.png
Was this page helpful?