guildBannerUrl
Documentation / @discordeno/utils / guildBannerUrl
Function: guildBannerUrl()
guildBannerUrl(
guildId
,options
):undefined
|string
Defined in: packages/utils/src/images.ts:87
Builds a URL to the guild banner stored in the Discord CDN.
Parameters
guildId
The ID of the guild to get the link to the banner for.
options
The parameters for the building of the URL.
banner?
format?
size?
Returns
undefined
| string
The link to the resource or undefined
if no banner has been set.