diff --git a/user.go b/user.go index 5de4a82..618a7d5 100644 --- a/user.go +++ b/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"`