mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-10 12:37:19 +00:00
size doesnt matter
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
d24dd61f32
commit
174fe68e22
1 changed files with 3 additions and 3 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue