Skip to main content
Module

x/discordeno/mod.ts>guildBannerURL

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