FunctionsMember Functions
$authorAvatar
Returns the avatar (profile picture) URL of the user who executed the command.
Usage
$authorAvatar[serverAvatar]- serverAvatar - (Optional) default value:
no. Can beyesorno. Discord does have two types of avatars, global and per-server (custom avatar in each server). If no server avatar is set, the global avatar will be used.
Examples
Sending avatar URL
How is the avatar URL displayed when sent with text and without text
Member
9/5/2026
!!exec With text: $authorAvatar
Custom Command
APP
9/5/2026
Member
9/5/2026
!!exec $authorAvatar
Custom Command
APP
9/5/2026
Note
You can send the image as an attachment, so no link will be displayed. For this, you can use function $attachment.
To display the avatar URL as plain text, either enclose the function in backticks (`$authorAvatar`) or angle brackets (<$authorAvatar>).
Related Functions: $attachment
Function difficulty: Easy
Tags: Image Avatar Attachment profile picture