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