Add mfa_enabled to User struct
This commit is contained in:
parent
5e45d0a4fc
commit
eeb2d4f62d
1 changed files with 1 additions and 0 deletions
|
@ -281,6 +281,7 @@ type User struct {
|
||||||
Discriminator string `json:"discriminator"`
|
Discriminator string `json:"discriminator"`
|
||||||
Token string `json:"token"`
|
Token string `json:"token"`
|
||||||
Verified bool `json:"verified"`
|
Verified bool `json:"verified"`
|
||||||
|
MFAEnabled bool `json:"mfa_enabled"`
|
||||||
Bot bool `json:"bot"`
|
Bot bool `json:"bot"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue