$user

Retrieve an information about user given his user id, like his username.

Multiple options to retrive informations from user.

Usage

$user[userID;option]

Supported Option List

PropertyDescription
nameusername
iduser ID
taguser Tag
discrimuser discriminator
mentionuser mention
avataruser avatar URL
msReturns accounts creation time in miliseconds like 1735763400000
isbotuser is a bot, returns true/false
lastmessagechannelidReturns users last messages channel ID
lastmessageidReturns users last messages ID
bannerreturn the user banner, undefined is returned if not found (user must be cached)
createduser account date and time of creation
timestampcreation timestamp of user account
displaynameuser display name if exists, otherwise username
clantaguser equipped clan tag if exists
clantagserverServer id of the user equipped clan tag if exists
clantagiconIcon URL of the user equipped clan tag if exists

Example

Using $user

How to show user account creation date

User07/17/2026
!!exec $user[;created]
Custom Command Bot 07/17/2026
Wednesday, January 1, 2025 08:30 PM
Function Difficulty: Medium
Tags: account user created