Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/oasis/tests/deps.ts>guildSplashURL

An object oriented Discordeno framework
Latest
function guildSplashURL
import { guildSplashURL } from "https://deno.land/x/oasis@2.1.0/tests/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; }