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

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