diff --git a/events/modals/denyreasonbox.js b/events/modals/denyreasonbox.js index ac6008a..3e94385 100644 --- a/events/modals/denyreasonbox.js +++ b/events/modals/denyreasonbox.js @@ -69,9 +69,7 @@ module.exports = { .setDescription("The application has been denied by <@" + interaction.user.id + ">.\n" + "**Reason:** `" + reason + "`") .setColor(embedColor) - .setThumbnail({ - url: applicant.avatarURL() ?? guild.iconURL() - }) + .setThumbnail(guild.iconURL()) .setFooter({ iconURL: guild.iconURL(), text: "ID: " + applicant.id