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

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