Embed images no longer loading

const embedVar = new EmbedBuilder()
.setTitle(title)
// .setDescription(description)
.addFields(
{name: "Number of available Chapters", value: `${numberOfChapters}`},
{name: "Pick a Chapter to read\n", value: `➡️ Type the chapter number you'd like to read.\nTo read from the first chapter, type **first**\nTo read from the latest chapter type **last**\n${savedSpotMessage}`}
)
.setFooter({
text: `Publication: ${publication}\nDate Created: ${created}\nStatus: ${status}`
})
.setThumbnail(interaction.user.avatarURL())
.setImage(cover)
const embedVar = new EmbedBuilder()
.setTitle(title)
// .setDescription(description)
.addFields(
{name: "Number of available Chapters", value: `${numberOfChapters}`},
{name: "Pick a Chapter to read\n", value: `➡️ Type the chapter number you'd like to read.\nTo read from the first chapter, type **first**\nTo read from the latest chapter type **last**\n${savedSpotMessage}`}
)
.setFooter({
text: `Publication: ${publication}\nDate Created: ${created}\nStatus: ${status}`
})
.setThumbnail(interaction.user.avatarURL())
.setImage(cover)
The "cover" url is assigned appropriately. Even if I insert a static image url it is not loading. I am updated to the 14.12.0. Any idea why this may be occurring?
4 Replies
d.js toolkit
d.js toolkit2y ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button!
92bricks
92bricksOP2y ago
https://uploads.mangadex.org/covers/6b1eb93e-473a-4ab3-9922-1a66d2a29a4a/bb223226-a5ca-457b-8a10-ad3ecaea66be.jpg.256.jpg In browser it does I get what you're saying It should auto load image here Oh it loads just fine in browser
92bricks
92bricksOP2y ago
92bricks
92bricksOP2y ago
Gracias

Did you find this page helpful?