$clientID
$clientID
will return the client’s Discord User ID.
Usage
$clientID
Example(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.
$clientID
This will return the client’s ID:
1client.command({2 name: "clientID",3 code: `4 $clientID5 `6});