$authorAvatar
Returns the avatar URL of the user who ran this command.
Usage
$authorAvatar or $authorAvatar[size;dynamic]Field
Description
Type
Required
Example
bot.commands.add({
type: "basicCommand",
name: "avatar",
code: `$image[$authorAvatar[4096;yes]]`
})Last updated
Was this helpful?