Updated all button file embed props

This commit is contained in:
2024-01-07 21:36:22 +01:00
parent 952aa4bdd0
commit 9ba4b3a144
6 changed files with 11 additions and 11 deletions

View File

@@ -59,10 +59,10 @@ export = {
description: "Application accepted by <@" + user.id + ">.",
color: embedColor,
thumbnail: {
url: applicant.avatarURL()!,
url: applicant.avatarURL({ forceStatic: false }) || "",
},
footer: {
icon_url: guild.iconURL()!,
icon_url: guild.iconURL({ forceStatic: false }) || undefined,
text: "ID: " + applicantId,
},
},