Skip to main content
Module

x/discordeno/mod.ts>guildSplashURL

Discord API library for Deno
Extremely Popular
Go to Latest
function guildSplashURL
import { guildSplashURL } from "https://deno.land/x/discordeno@13.0.0-rc45/mod.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; }