More forcestatic options removed

This commit is contained in:
2024-01-07 23:06:49 +01:00
parent 0296dbff77
commit b3d9fcbc02
29 changed files with 45 additions and 77 deletions

View File

@@ -90,7 +90,7 @@ export = {
},
footer: {
text: "ID: " + user!.id,
icon_url: user.avatarURL({ forceStatic: false}) || undefined,
icon_url: user.avatarURL() || undefined,
},
timestamp: new Date().toISOString(),
},
@@ -110,7 +110,7 @@ export = {
url: user!.avatarURL() || "",
},
footer: {
icon_url: interaction.guild!.iconURL({ forceStatic: false, }) || undefined,
icon_url: interaction.guild!.iconURL() || undefined,
text: interaction.guild!.name + " | " + devMessage,
},
},