I'm confused

So i am unsure if this is the right discord or place to ask but I'm new to making a discord bot. I have an embed but when i try to add an image it doesn't load, is there something I'm missing? I tried using an image from a tutorial and it worked but when I added mine in it wouldn't load at all
9 Replies
d.js toolkit
d.js toolkitā€¢11mo 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!
Gizmo
Gizmoā€¢11mo ago
discord.js@12.5.1 v18.17.0
duck
duckā€¢11mo ago
djs v12 is no longer supported please consider updating #Version 12
Gizmo
Gizmoā€¢11mo ago
i just run those commands, nothing else?
duck
duckā€¢11mo ago
well not all 6 of them, just the ones for the package manager you use and you'll want to follow the linked upgrade guides to update your code accordingly alternatively since you're just starting out, feel free to just start with the official guide
d.js docs
d.js docsā€¢11mo ago
guide Home: Introduction read more
Gizmo
Gizmoā€¢11mo ago
Will this also fix the embed photo problem?
chewie šŸŒˆ
chewie šŸŒˆā€¢11mo ago
it will not. you need to pass in a direct image url, which needs to end with .png .jpg or similar which means https://i.imgur.com/5xUoa9c.jpeg
Gizmo
Gizmoā€¢11mo ago
ahhh i see, thank you very much! šŸ™‚