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

@@ -235,7 +235,7 @@ export default async function guildInfo(
footer: {
text: interaction.guild!.name + " | " + devMessage,
icon_url:
interaction.guild!.iconURL({ forceStatic: false }) ||
interaction.guild!.iconURL() ||
undefined,
},
},