#question

5 messages · Page 1 of 1 (latest)

scenic harbor
#
        const embed2 = new EmbedBuilder()
        .setImage(interaction.guild.iconURL({size : "2040" , dynamic:true}))
        await interaction.reply({embeds:[embed2]})

if the server not having an icon return
it will be like this
if (!interaction.guild.iconURL()) return
right or false

warm goblet
#

• 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.

honest fossil
#

yes

#

size should be an int though, not a string

#

And dynamic is now the default