6 Replies
• 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.i mean from buffer array
MessageEmbed#attachFiles
has been removed. Files should be attached via the message option object instead:
thanks!
tried this:
but image is being posted outside of the embed
const attachment = new AttachmentBuilder(image, {name:
${handle[0]}.png
});
like this?same problem
https://github.com/discordjs/guide/issues/242
nvm found problem
embed object was trying to get this image:
but image was actually
0227.png
:D