$userServerAvatar

Returns the URL for the server avatar of a given user.

Syntax

$userServerAvatar[User ID]

Parameters

  • User ID (Type: Snowflake || Flag: Required): The user from whom to get the server avatar. If the user doesn’t have a server avatar, then the default user avatar will be returned instead.

Example

$nomention
$image[$userServerAvatar[$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[$userServerAvatar[$authorID]?size=4096])