forked from pothtonswer/discordmuffin
Add Token to user struct, and some gofmt.
This commit is contained in:
parent
24be2cda0b
commit
88492a1dcf
1 changed files with 24 additions and 23 deletions
|
@ -239,8 +239,9 @@ type User struct {
|
|||
Email string `json:"email"`
|
||||
Username string `json:"username"`
|
||||
Avatar string `json:"Avatar"`
|
||||
Verified bool `json:"verified"`
|
||||
Discriminator string `json:"discriminator"`
|
||||
Token string `json:"token"`
|
||||
Verified bool `json:"verified"`
|
||||
Bot bool `json:"bot"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue