$clientID
Returns the ID of this client.
Usage
$clientID
Example
bot.commands.add({
type: "basicCommand",
name: "clientid",
code: `My ID Is $clientID`
})

Last updated
Was this helpful?
Returns the ID of this client.
$clientID
bot.commands.add({
type: "basicCommand",
name: "clientid",
code: `My ID Is $clientID`
})
Last updated
Was this helpful?