Skip to main content
Module

x/oasis/mod.ts>guildIconURL

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