import { getGuildBannerURL } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts";
Builds a URL to the guild banner stored in the Discord CDN.
Parameters
options: { banner?: string | bigint; size?: ImageSize; format?: ImageFormat; }
- The parameters for the building of the URL.