From f0cb6780226e147a0559f51fab6616ce07ec1ce3 Mon Sep 17 00:00:00 2001 From: jonas747 Date: Sun, 6 Nov 2016 10:18:25 +0100 Subject: [PATCH] Add member_count to guild --- structs.go | 1 + 1 file changed, 1 insertion(+) diff --git a/structs.go b/structs.go index 62ebc84..ed389c1 100644 --- a/structs.go +++ b/structs.go @@ -219,6 +219,7 @@ type Guild struct { JoinedAt Timestamp `json:"joined_at"` Splash string `json:"splash"` AfkTimeout int `json:"afk_timeout"` + MemberCount int `json:"member_count"` VerificationLevel VerificationLevel `json:"verification_level"` EmbedEnabled bool `json:"embed_enabled"` Large bool `json:"large"` // ??