Skip to main content
Module

x/discordeno/mod.ts>avatarURL

Discord API library for Deno
Extremely Popular
Go to Latest
function avatarURL
import { avatarURL } from "https://deno.land/x/discordeno@13.0.0-rc45/mod.ts";

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

Parameters

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