$clientID

Gets the Bot's client ID.

Usage

$clientID

Example

bot.command({
 type: "command"
 name: "clientid",
 code: `Here's my ID: $clientID`
 })

Last updated

Was this helpful?