Buffering Image
Archiviert 2 years ago
J
justlutz_yt
Hi. I have a discord.js bot (v.14) that has a slash command with an attachment as option.
I'm getting the Attachment (Image) from the slash command like this:
const attachments = interaction.options.getAttachment("bild1")
now I need to buffer it. How can I do it?
