$userAvatar

Returns a user’s avatar URL.

Syntax

$userAvatar[User ID]

Parameters

  • User ID (Type: Snowflake || Flag: Required): The user to return the avatar for.

Example

$nomention
$image[$userAvatar[$authorID]]
!example

What is this?

How $image[] and $authorID works?

Image size

You can use ?size=size at the end of the banner URL to increase/decrease the image size. Example sizes: 1024, 2048, 4096. (e.g. $image[$userAvatar[$authorID]?size=4096])