Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
function guildSplashURL
import { guildSplashURL } from "https://deno.land/x/discordeno_cache_plugin@0.0.21/deps.ts";

The full URL of the splash from Discords CDN. Undefined if no splash is set.

Parameters

bot: Bot
id: bigint
splash: bigint | undefined
optional
options: { size?: ImageSize; format?: ImageFormat; }