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