Skip to content

$clientID

$clientID will return the client’s Discord User ID.

Usage

$clientID

Example(s)

This will return the client’s ID:

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