Skip to content

$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:

1
client.command({
2
name: "clientToken",
3
code: `
4
$clientToken
5
`
6
});