Skip to content

$lerefAvatar

$lerefAvatar will return the Avatar of the creator of aoi.js

Usage

$lerefAvatar

Example(s)

This will return the creator’s Avatar:

1
client.command({
2
name: "lerefAvatar",
3
code: `
4
$lerefAvatar
5
`
6
});