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

@@ -35,7 +35,7 @@ export = {
color: embedColor,
thumbnail: {
url:
interaction.guild!.iconURL({ forceStatic: false, }) || "",
interaction.guild!.iconURL() || "",
},
fields: [
{
@@ -70,7 +70,7 @@ export = {
],
footer: {
text: interaction.guild!.name + " | " + devMessage,
icon_url: interaction.guild!.iconURL({ forceStatic: false, }) || undefined,
icon_url: interaction.guild!.iconURL() || undefined,
},
},
],