From 79b3216686428618343bc8a738d958ec9ad1f6df Mon Sep 17 00:00:00 2001 From: Taken Date: Thu, 16 Nov 2023 23:21:34 +0100 Subject: [PATCH] Small null fix --- events/modals/denyreasonbox.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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