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

@@ -83,9 +83,9 @@ export = {
"`",
)
.setColor(embedColor)
.setThumbnail(guild.iconURL({ forceStatic: false }) || "")
.setThumbnail(guild.iconURL() || "")
.setFooter({
iconURL: guild.iconURL({ forceStatic: false }) || undefined,
iconURL: guild.iconURL() || undefined,
text: "ID: " + applicantId,
})