import { getGuildSplashURL } from "https://deno.land/x/discordeno@17.2.0/helpers/mod.ts";
Builds the URL to a guild splash stored in the Discord CDN.
Parameters
bot: Bot
- The bot instance to use to build the URL.
guildId: BigString
- The ID of the guild to get the splash of.
imageHash: BigString | undefined
- The hash identifying the splash image.
optional
options: { size?: ImageSize; format?: ImageFormat; }- The parameters for the building of the URL.