$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?
Returns the author's avatar.
$authorAvatar
bot.command({
type: "command",
name: "my-avatar",
code: `$title[$username's Avatar]
$image[$authorAvatar]`
})
Last updated
Was this helpful?