Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 267 Bytes

usdauthoravatar.md

File metadata and controls

17 lines (12 loc) · 267 Bytes
description
Returns the author's avatar in url format

$authorAvatar

This function returns the URL of the avatar of the person who ran the command.

Usage

bot.command({
    name: "my-avatar",
    code: `$image[$authorAvatar]`
});