Skip to main content
Module

x/oasis/deps.ts>guildBannerURL

An object oriented Discordeno framework
Latest
function guildBannerURL
import { guildBannerURL } from "https://deno.land/x/oasis@2.1.0/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; }