Browse Source

Removed duplicated JoinedAt..

Bruce Marriner 9 years ago
parent
commit
85cf9d62ad
1 changed files with 0 additions and 1 deletions
  1. 0 1
      guild.go

+ 0 - 1
guild.go

@@ -5,7 +5,6 @@ type Guild struct {
 	Name           string       `json:"name"`
 	Icon           string       `json:"icon"`
 	Region         string       `json:"region"`
-	JoinedAt       string       `json:"joined_at"` // make time stamp
 	AfkTimeout     int          `json:"afk_timeout"`
 	AfkChannelId   int          `json:"afk_channel_id,string"`
 	EmbedChannelId int          `json:"embed_channel_id,string"`