Skip to content
Bot
Client ID Ai

$clientID

Retrieves the bot’s User ID, also referred to as the Client ID. This is a unique identifier for your bot on Discord.

Usage: $clientID


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:

!!exec $clientID 725721249652670555

As you can see, the command !!exec $clientID returns the bot’s ID: 725721249652670555.

Function difficulty:
Tags: