$userInfo
Returns the user information.
Usage
$userInfo[(Guild ID;User ID);Param]
Parameters
Label | Description | Required |
---|---|---|
Guild ID | Guild ID to return this information. | False |
User ID | User ID to return this information. | False |
Param | What param of information should be returned? | True |
Supported inputs for Param
Input | Description |
---|---|
avatar | User avatar icon. |
banner | User banner image. |
bot | "true" if user is bot and "false" if isn't. |
created | Unix-time of created discord account. |
name | The user's username. |
display_name | The user's display name. |
global_name | The user's global name. |
id | The user's id. |
system | "true" if the user is an Official Discord System user and "false" if isn't. |
timeout | When timeout will be ended (unix-time). |
status | The user's discord status. |
joined | When user joined to the guild (unix-time). |