Skip to main content
Module

x/natico/discordeno_deps.ts>guildBannerURL

A powerful and customizable framework for Discordeno
Latest
function guildBannerURL
import { guildBannerURL } from "https://deno.land/x/natico@4.0.0-pre.4/discordeno_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; }