Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
function guildBannerURL
import { guildBannerURL } from "https://deno.land/x/discordeno@13.0.0-rc45/plugins/fileloader/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; }