Skip to main content
Module

x/natico/deps.ts>guildIconURL

A powerful and customizable framework for Discordeno
Latest
function guildIconURL
import { guildIconURL } from "https://deno.land/x/natico@4.0.0-pre.4/deps.ts";

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

Parameters

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