$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:

Member04/23/2025
!!exec $clientID
Custom Command Bot 04/23/2025
725721249652670555

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

Function difficulty: Easy
Tags: bots ID user ID Custom Command