send base64 string on Embed
I have an image in a base64 string. how to send this image when embedding in EmbedBuilder?
like:
node -v
v18.15.0
8 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.Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Files in embeds should be attached via the message option object and referenced in the embed:
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
image is not showing @.gwapes
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Static method:
Buffer.from(array)
Allocates a new Buffer
using an array
of bytes in the range 0
– 255
. Array entries outside that range will be truncated to fit into it.Unknown User•2y ago
Message Not Public
Sign In & Join Server To View