why the icon icon_url not working

it doesnt show the icon_url
8 Replies
d.js toolkit
d.js toolkit10mo ago
- 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!
grass
grass10mo ago
what is that meant to be on
xjanex
xjanex10mo ago
wdym
grass
grass10mo ago
please read what the bot said
xjanex
xjanex10mo ago
i wanna know why the jpg not showing
iFel1x
iFel1x3mo ago
How did you fix this problem? I have this too I just trying:
const embed = new EmbedBuilder()
.setAuthor({name: "theoldezt", icon_url: "https://i.ytimg.com/vi/U-fVs6l30hU/maxresdefault.jpg")
...
const embed = new EmbedBuilder()
.setAuthor({name: "theoldezt", icon_url: "https://i.ytimg.com/vi/U-fVs6l30hU/maxresdefault.jpg")
...
and I have embed message channel.send({embeds: [embed]}) but this message have no author icon url. sry for my english
d.js docs
d.js docs3mo ago
:method: EmbedBuilder#setAuthor() Sets the author of this embed
iFel1x
iFel1x3mo ago
oh, ty