$clientToken
$clientToken will return the client’s token.
Usage
$clientToken** ⚠ You should never share your Discord Bot Token with anyone.**
Example(s)
This will return the client’s Token:
1client.command({2    name: "clientToken",3    code: `4  $clientToken5  `6});