#554 Added locale to user struct
This commit is contained in:
parent
bb42325c3a
commit
703389b219
1 changed files with 3 additions and 0 deletions
3
user.go
3
user.go
|
@ -21,6 +21,9 @@ type User struct {
|
|||
// to retrieve the avatar itself.
|
||||
Avatar string `json:"avatar"`
|
||||
|
||||
// The user's chosen language option.
|
||||
Locale string `json:"locale"`
|
||||
|
||||
// The discriminator of the user (4 numbers after name).
|
||||
Discriminator string `json:"discriminator"`
|
||||
|
||||
|
|
Loading…
Reference in a new issue