embeds
defaultAvatarURL is used for the dafault icon right, how to get the current avatar?
12 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!also what is data, fields, image, length, provider, url, video used for in embeds?
displayAvatarURL() is what you want
ah
nothing about data, length is given there
data is that what I send above
embed.data is an APIEmbed
alright
and last thing, what is length used for
I read docs but didn't completely understand
Its the combined character length of the embed
so I can get the character count
Yes
ahk gotcha
thanks a lot!