Support the new bot field on User.
This commit is contained in:
parent
1003bec0aa
commit
60b801db27
1 changed files with 1 additions and 0 deletions
|
@ -241,6 +241,7 @@ type User struct {
|
|||
Avatar string `json:"Avatar"`
|
||||
Verified bool `json:"verified"`
|
||||
Discriminator string `json:"discriminator"`
|
||||
Bot bool `json:"bot"`
|
||||
}
|
||||
|
||||
// A Settings stores data for a specific users Discord client settings.
|
||||
|
|
Loading…
Reference in a new issue