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

@@ -476,7 +476,7 @@ export = {
" - Staff Application",
color: embedColor,
thumbnail: {
url: user.avatarURL() || guild.iconURL()!,
url: user.avatarURL({ forceStatic: false }) || "",
},
fields: [
{
@@ -505,7 +505,7 @@ export = {
},
],
footer: {
icon_url: guild.iconURL()!,
icon_url: guild.iconURL({ forceStatic: false }) || undefined,
text: "ID: " + user.user.id,
},
},