Преглед изворни кода

Merge pull request #146 from iopred/patch-3

Support the new bot field on User.
Bruce пре 8 година
родитељ
комит
20e9ea5934
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      structs.go

+ 1 - 0
structs.go

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