Returns the avatar URL of the user who ran this command.
Last updated 3 years ago
Was this helpful?
$authorAvatar or $authorAvatar[size;dynamic]
This function has two fields.
size
The size to display this avatar as.
String
No
dynamic
Whether to change the image to a GIF for animated avatars.
Boolean
bot.commands.add({ type: "basicCommand", name: "avatar", code: `$image[$authorAvatar[4096;yes]]` })