From 174fe68e22221e3b2247af439cd5775785c9198a Mon Sep 17 00:00:00 2001 From: Tiago R Date: Sun, 9 Apr 2023 18:00:29 +0000 Subject: [PATCH] size doesnt matter Signed-off-by: GitHub --- backend/src/plugins/Utility/functions/getServerInfoEmbed.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/src/plugins/Utility/functions/getServerInfoEmbed.ts b/backend/src/plugins/Utility/functions/getServerInfoEmbed.ts index 33ed810f..ed4cc0ef 100644 --- a/backend/src/plugins/Utility/functions/getServerInfoEmbed.ts +++ b/backend/src/plugins/Utility/functions/getServerInfoEmbed.ts @@ -85,10 +85,10 @@ export async function getServerInfoEmbed( embed.description = `${preEmbedPadding}**Basic Information**\n${basicInformation.join("\n")}`; // IMAGE LINKS - const iconUrl = `[Link](${(restGuild || guildPreview)!.iconURL({ size: 2048 })})`; - const bannerUrl = restGuild?.banner ? `[Link](${restGuild.bannerURL({ size: 2048 })})` : "None"; + const iconUrl = `[Link](${(restGuild || guildPreview)!.iconURL()})`; + const bannerUrl = restGuild?.banner ? `[Link](${restGuild.bannerURL()})` : "None"; const splashUrl = (restGuild || guildPreview)!.splash - ? `[Link](${(restGuild || guildPreview)!.splashURL({ size: 2048 })})` + ? `[Link](${(restGuild || guildPreview)!.splashURL()})` : "None"; embed.fields.push(