Skip to main content
Latest
function guildIconURL
import { guildIconURL } from "https://deno.land/x/discordeno_cache_plugin@0.0.21/deps.ts";

The full URL of the icon from Discords CDN. Undefined when no icon is set.

Parameters

bot: Bot
id: bigint
icon: bigint | undefined
optional
options: { size?: ImageSize; format?: ImageFormat; }