$clientID will return the client’s Discord User ID.
$clientID
This will return the client’s ID:
1client.command({2 name: "clientID",3 code: `4 $clientID5 `6});