#Possible to use local image for footer?

11 messages · Page 1 of 1 (latest)

vivid phoenix
#

• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.

fair basin
#

That will work, assuming you attached a bot.jpg file.

vivid phoenix
# fair basin That will work, assuming you attached a `bot.jpg` file.

okay but let's say my bot.jpg isn't in the same folder. what could I do. So for example:

.
├── bot.jpg
├── commands
│   └── ping.js
├── config.js
├── events
│   ├── interactionCreate.js
│   ├── messageCreate.js
│   └── ready.js
├── index.js
├── package.json
└── package-lock.json
#

I tried attachment://../bot.jpg which did not work

fair basin
#

Attached a file is a separate mechanism, unrelated to embeds.

vivid phoenix
#

So it's just my system?

#

and I can't do anything about it?

fair basin
#

Can you?
Attach the file separately to the message and then reference that attached file in from within the embed (like you did in your first message).

vivid phoenix
fair basin
#

Where do you separately attach the file to the message?

vivid phoenix
#

oh