$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
| Property | Description |
|---|---|
| name | username |
| id | user ID |
| tag | user Tag |
| discrim | user discriminator |
| mention | user mention |
| avatar | user avatar URL |
| ms | Returns accounts creation time in miliseconds like 1735763400000 |
| isbot | user is a bot, returns true/false |
| lastmessagechannelid | Returns users last messages channel ID |
| lastmessageid | Returns users last messages ID |
| banner | return the user banner, undefined is returned if not found (user must be cached) |
| created | user account date and time of creation |
| timestamp | creation timestamp of user account |
| displayname | user display name if exists, otherwise username |
| clantag | user equipped clan tag if exists |
| clantagserver | Server id of the user equipped clan tag if exists |
| clantagicon | Icon URL of the user equipped clan tag if exists |
Example
Using $user
How to show user account creation date
