diff --git a/backend/src/plugins/Utility/functions/getServerInfoEmbed.ts b/backend/src/plugins/Utility/functions/getServerInfoEmbed.ts index 3704da97..6d5fe48e 100644 --- a/backend/src/plugins/Utility/functions/getServerInfoEmbed.ts +++ b/backend/src/plugins/Utility/functions/getServerInfoEmbed.ts @@ -82,11 +82,11 @@ export async function getServerInfoEmbed( }); // IMAGE LINKS - const iconUrl = `[URL](${(restGuild || guildPreview)!.iconURL})`; - const bannerUrl = restGuild?.bannerURL ?? "Unavailable"; + const iconUrl = `[Link](${(restGuild || guildPreview)!.iconURL})`; + const bannerUrl = restGuild?.bannerURL ? `[Link](${restGuild?.bannerURL})` : "None"; const splashUrl = (restGuild || guildPreview)!.splashURL != null - ? `[URL](${(restGuild || guildPreview)!.splashURL?.replace("size=128", "size=2048")})` + ? `[Link](${(restGuild || guildPreview)!.splashURL?.replace("size=128", "size=2048")})` : "None"; embed.fields.push(