Skip to main content
Module

x/discordeno/mod.ts>guildIconURL

Discord API library for Deno
Go to Latest
function guildIconURL
import { guildIconURL } from "https://deno.land/x/discordeno@13.0.0-rc45/mod.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; }