Skip to main content
Extremely Popular
Go to Latest
function guildBannerURL
import { guildBannerURL } from "https://deno.land/x/discordeno@13.0.0-rc45/plugins/helpers/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; }