Skip to main content
Module

x/discordeno/mod.ts>getAvatarURL

Discord API library for Deno
Latest
function getAvatarURL
import { getAvatarURL } from "https://deno.land/x/discordeno@18.0.1/mod.ts";

Builds a URL to a user's avatar stored in the Discord CDN.

Parameters

bot: Bot
  • The bot instance to use to build the URL.
userId: BigString
  • The ID of the user to get the avatar of.
discriminator: string
  • The user's discriminator. (4-digit tag after the hashtag.)
optional
options: { avatar: BigString | undefined; size?: ImageSize; format?: ImageFormat; }
  • The parameters for the building of the URL.

Returns

string

The link to the resource.