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