guildScheduledEventCoverUrl
Documentation / @discordeno/utils / guildScheduledEventCoverUrl
Function: guildScheduledEventCoverUrl()
guildScheduledEventCoverUrl(
eventId
,options
):undefined
|string
Defined in: packages/utils/src/images.ts:186
Builds the URL to a guild scheduled event cover stored in the Discord CDN.
Parameters
eventId
The ID of the scheduled event to get the cover of.
options
The parameters for the building of the URL.
cover?
format?
size?
Returns
undefined
| string
The link to the resource or undefined
.