Removing useless forcestatis option

This commit is contained in:
2024-01-07 23:02:28 +01:00
parent a6d6d86288
commit 0296dbff77
27 changed files with 65 additions and 65 deletions

View File

@@ -23,11 +23,11 @@ export = {
member.user.createdAt.toLocaleString(),
color: embedColor,
thumbnail: {
url: member.user.avatarURL({ forceStatic: false }) || "",
url: member.user.avatarURL() || "",
},
footer: {
text: "ID: " + member.id,
icon_url: member.user.avatarURL({ forceStatic: false }) || undefined,
icon_url: member.user.avatarURL() || undefined,
},
timestamp: new Date().toISOString(),
},