#how do i add a photo to a messege that sand through channel.send();
9 messages · Page 1 of 1 (latest)
• 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.
send takes a files option
Where is the photo stored? You can use the AttachmentBuilder class and pass it into the files argument in .send().
in discord
files: ['https://cdn.discordapp.com/icons/222078108977594368/6e1019b3179d71046e463a75915e7244.png?size=2048']
})```
and what is the parameter of the the text?