Skip to main content
Module

x/natico/discordeno_deps.ts>avatarURL

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

The users custom avatar or the default avatar if you don't have a member object.

Parameters

bot: Bot
userId: bigint
discriminator: number
options: { avatar?: string | bigint; size?: ImageSize; format?: ImageFormat; }