$authorAvatar

Returns the author's avatar.

Usage

$authorAvatar

Example

bot.command({
    type: "command",
    name: "my-avatar",
    code: `$title[$username's Avatar]
    $image[$authorAvatar]`
})

Last updated

Was this helpful?