$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?
Gets the Bot's client ID.
$clientID
bot.command({
type: "command"
name: "clientid",
code: `Here's my ID: $clientID`
})
Last updated
Was this helpful?