$clientToken

Returns the bot's token.

Usage

$clientToken

Example

bot.command({
 type: "command"
 name: "token",
 code: `$sendDM[$botOwnerID;Here's my token: $clientToken;no]
 $onlyForIDs[$botOwnerID;You are not my owner, so you can't use that!]`
 })

Last updated

Was this helpful?