$authorID
$authorID will return user ID of who executed the command.
Usage
$authorIDExample(s)
This will return your user ID:
1client.command({2 name: "authorID",3 code: `4 $authorID5 `6});$authorID will return user ID of who executed the command.
$authorIDThis will return your user ID:
1client.command({2 name: "authorID",3 code: `4 $authorID5 `6});