Merge pull request #146 from iopred/patch-3

Support the new bot field on User.
This commit is contained in:
Bruce 2016-03-11 03:18:33 -06:00
commit 20e9ea5934

View file

@ -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.