Quellcode durchsuchen

Merge pull request #146 from iopred/patch-3

Support the new bot field on User.
Bruce vor 8 Jahren
Ursprung
Commit
20e9ea5934
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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.