From fdab2c5fd90c423e94eadde88e96adfeac72c920 Mon Sep 17 00:00:00 2001 From: Taken Date: Sun, 1 Oct 2023 17:13:03 +0200 Subject: [PATCH] More bug fux Signed-off-by: Taken --- events/modals/denyreasonbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/modals/denyreasonbox.js b/events/modals/denyreasonbox.js index 0cea7a8..3f78db0 100644 --- a/events/modals/denyreasonbox.js +++ b/events/modals/denyreasonbox.js @@ -68,7 +68,7 @@ module.exports = { "**Reason:** `" + reason + "`") .setColor(embedColor) .setThumbnail({ - url: applicant.avatarURL() + url: applicant.avatarURL() ?? guild.iconURL() }) .setFooter({ iconURL: guild.iconURL(),