#question

1 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