#554 Added locale to user struct

This commit is contained in:
Shawn Toffel 2018-05-30 00:04:52 +00:00
parent bb42325c3a
commit 703389b219
No known key found for this signature in database
GPG key ID: 6745B01B787D57B3

View file

@ -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"`