#Possible to use local image for footer?
11 messages · Page 1 of 1 (latest)
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
Attached a file is a separate mechanism, unrelated to embeds.
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).
odd
Where do you separately attach the file to the message?
oh