why the icon icon_url not working

it doesnt show the icon_url
8 Replies
d.js toolkit
d.js toolkit2y 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
grass2y ago
what is that meant to be on
xjanex
xjanexOP2y ago
wdym
grass
grass2y ago
please read what the bot said
xjanex
xjanexOP2y ago
i wanna know why the jpg not showing
iFel1x
iFel1x13mo 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 docs13mo ago
:method: EmbedBuilder#setAuthor() Sets the author of this embed
iFel1x
iFel1x13mo ago
oh, ty

Did you find this page helpful?