diff --git a/structs.go b/structs.go index 1b923cb..9bab58f 100644 --- a/structs.go +++ b/structs.go @@ -281,6 +281,7 @@ type User struct { Discriminator string `json:"discriminator"` Token string `json:"token"` Verified bool `json:"verified"` + MFAEnabled bool `json:"mfa_enabled"` Bot bool `json:"bot"` }