Parcourir la source

Merge pull request #146 from iopred/patch-3

Support the new bot field on User.
Bruce il y a 8 ans
Parent
commit
20e9ea5934
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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.