Skip to main content

guildSplashUrl

@discordeno/bot


Documentation / @discordeno/bot / guildSplashUrl

Function: guildSplashUrl()

guildSplashUrl(guildId, imageHash, options?): string | undefined

Defined in: packages/utils/dist/types/images.d.ts:70

Builds the URL to a guild splash stored in the Discord CDN.

Parameters

guildId

BigString

The ID of the guild to get the splash of.

imageHash

The hash identifying the splash image.

undefined | BigString

options?

The parameters for the building of the URL.

format

ImageFormat

size

ImageSize

Returns

string | undefined

The link to the resource or undefined if the guild does not have a splash image set.