Explorar o código

Add nick field to guild member struct

jonas747 %!s(int64=8) %!d(string=hai) anos
pai
achega
0b313b016f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      structs.go

+ 1 - 0
structs.go

@@ -250,6 +250,7 @@ type Game struct {
 type Member struct {
 	GuildID  string   `json:"guild_id"`
 	JoinedAt string   `json:"joined_at"`
+	Nick     string   `json:"nick"`
 	Deaf     bool     `json:"deaf"`
 	Mute     bool     `json:"mute"`
 	User     *User    `json:"user"`