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

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

Parameters

bot: Bot
id: bigint
options: { banner?: string | bigint; size?: ImageSize; format?: ImageFormat; }