$clientID

Returns the ID of this client.

Usage

$clientID

Example

bot.commands.add({
  type: "basicCommand",
  name: "clientid",
  code: `My ID Is $clientID`
})

Last updated