Ver Fonte

Merge pull request #146 from iopred/patch-3

Support the new bot field on User.
Bruce há 8 anos atrás
pai
commit
20e9ea5934
1 ficheiros alterados com 1 adições e 0 exclusões
  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.