<user>
Allows you to get any of a user's Discord account information.
Context
Event | Context |
---|---|
Welcome message | user is assigned to the user who joined the server. |
Farewell message | user is assigned to the user who left the server. |
Custom command | user is assigned to the user who triggered the command. (not available) |
Syntax
- Input
- Output
<user.mention> left the server... They were a member since <user.joined>.
Properties
Placeholder | Description | Example |
---|---|---|
<user.name> | Get the username's unique username | clembs |
<user.discrim> | Get the four-digit discriminator (deprecated, shows '0' if the user is not a bot) | 0 |
<user.tag> | Get the Discord's formatted username (with the discriminator, if any) | clembs |
<user.id> | Get the Discord user ID | 327690719085068289 |
<user.avatar> | Get a link to the user's avatar | Discord avatar URL |
<user.banner> | Get a link to the user's banner, or “null” if the user doesn't have any | Discord banner URL |
<user.nickname> | Get the user's server nickname, or its username if none was set | Clembs |
<user.created> | Get the date when the user created their account | 2017-06-23T08:05:00Z |
<user.joined> | Get the date when the user joined the current server | 2021-05-06T09:10:00Z |
<user.mention> | Mention the user using their ID | Clembs |
<user.isBot> | Returns true if the user is a bot, and false otherwise | false |
<user.roles> | Get the names of the user's roles | Developer, Designer, Streamer |
<user.money> | Get the user's money on the current server | 1000 |
<user.work.exp> | Get the user's Experience Points earned from /work for the current server | 3450 |
<user.items.count> | Get the number of items the user has in their inventory | 5 |