GeavaDev
GeavaDev
DIAdiscord.js - Imagine an app
Created by GeavaDev on 1/25/2024 in #djs-questions
Images not loading in embed
its fine, i will move over
35 replies
DIAdiscord.js - Imagine an app
Created by GeavaDev on 1/25/2024 in #djs-questions
Images not loading in embed
its just the direct image
35 replies
DIAdiscord.js - Imagine an app
Created by GeavaDev on 1/25/2024 in #djs-questions
Images not loading in embed
and i removed the params
35 replies
DIAdiscord.js - Imagine an app
Created by GeavaDev on 1/25/2024 in #djs-questions
Images not loading in embed
i filtred it out
35 replies
DIAdiscord.js - Imagine an app
Created by GeavaDev on 1/25/2024 in #djs-questions
Images not loading in embed
and i think its related, i thought it was something in my code at first, then i tried an image from other domain and it worked
35 replies
DIAdiscord.js - Imagine an app
Created by GeavaDev on 1/25/2024 in #djs-questions
Images not loading in embed
yes but somehow they removed the display of them from the discord domain
35 replies
DIAdiscord.js - Imagine an app
Created by GeavaDev on 1/25/2024 in #djs-questions
Images not loading in embed
as i said it seems to not work for the images with the discord domain, for other domains its working
35 replies
DIAdiscord.js - Imagine an app
Created by GeavaDev on 1/25/2024 in #djs-questions
Images not loading in embed
yes, i've added
35 replies
DIAdiscord.js - Imagine an app
Created by GeavaDev on 1/25/2024 in #djs-questions
Images not loading in embed
sorry, i forgot to resend
35 replies
DIAdiscord.js - Imagine an app
Created by GeavaDev on 1/25/2024 in #djs-questions
Images not loading in embed
console.log(urlParts[0])
const imageEmbed = new Discord.EmbedBuilder()
.setTitle('Image from user')
.setImage(`${extractedUrl}`)
.setDescription(`Image Link: ${extractedUrl}`)
.setColor("Green")
.setFooter({ text: `User: ${message.author.id}` });

console.log(urlParts[0])
const imageEmbed = new Discord.EmbedBuilder()
.setTitle('Image from user')
.setImage(`${extractedUrl}`)
.setDescription(`Image Link: ${extractedUrl}`)
.setColor("Green")
.setFooter({ text: `User: ${message.author.id}` });

`
35 replies
DIAdiscord.js - Imagine an app
Created by GeavaDev on 1/25/2024 in #djs-questions
Images not loading in embed
but at least i added something in the description lol
35 replies
DIAdiscord.js - Imagine an app
Created by GeavaDev on 1/25/2024 in #djs-questions
Images not loading in embed
its not showing either
35 replies
DIAdiscord.js - Imagine an app
Created by GeavaDev on 1/25/2024 in #djs-questions
Images not loading in embed
No description
35 replies
DIAdiscord.js - Imagine an app
Created by GeavaDev on 1/25/2024 in #djs-questions
Images not loading in embed
let me readdit
35 replies
DIAdiscord.js - Imagine an app
Created by GeavaDev on 1/25/2024 in #djs-questions
Images not loading in embed
oh sorry, i removed it i think
35 replies
DIAdiscord.js - Imagine an app
Created by GeavaDev on 1/25/2024 in #djs-questions
Images not loading in embed
35 replies
DIAdiscord.js - Imagine an app
Created by GeavaDev on 1/25/2024 in #djs-questions
Images not loading in embed
like image.png
35 replies
DIAdiscord.js - Imagine an app
Created by GeavaDev on 1/25/2024 in #djs-questions
Images not loading in embed
and it ends in its format
35 replies
DIAdiscord.js - Imagine an app
Created by GeavaDev on 1/25/2024 in #djs-questions
Images not loading in embed
and yes, i extracted the direct link of the image
35 replies
DIAdiscord.js - Imagine an app
Created by GeavaDev on 1/25/2024 in #djs-questions
Images not loading in embed
but in my code, im just forwarding the image that the user is sending in the embed message
35 replies