$clientID
Retrieves the bot's User ID, also referred to as the Client ID. This is a unique identifier for your bot on Discord.
$clientID
Usage: This function is commonly used to programmatically access the bot's ID within custom commands or other bot logic.
Here's an example of how it works in practice:
As you can see, the command !!exec $clientID
returns the bot's ID: 725721249652670555
.