Explorar el Código

Add mfa_enabled to User struct

Bruce Marriner hace 8 años
padre
commit
eeb2d4f62d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      structs.go

+ 1 - 0
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"`
 }