mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
refactor: cleanup and fmt
This commit is contained in:
@@ -8,7 +8,7 @@ export function guildBannerURL(
|
||||
id: string,
|
||||
banner: string,
|
||||
size: DiscordImageSize = 128,
|
||||
format?: DiscordImageFormat
|
||||
format?: DiscordImageFormat,
|
||||
) {
|
||||
return banner
|
||||
? formatImageURL(endpoints.GUILD_BANNER(id, banner), size, format)
|
||||
|
||||
Reference in New Issue
Block a user