Interface
This interface is used to show the properties of User
, this is a hybrid type as it is both a method, and a return
type.
Property | Type | Nullable | Description |
---|---|---|---|
flags | Array | ✅ | The flags of the user. |
guild | string | ❌ | The guild ID of user. |
user | string | ❌ | The ID of the user. |
name | string | ✅ | The name of the user. |
Position | number | ❌ | The position of user. |
level | number | ❌ | The level of the user |
xp | number | ❌ | The XP of the user. |