Add member_count to guild
This commit is contained in:
parent
3e7c0435bc
commit
f0cb678022
1 changed files with 1 additions and 0 deletions
|
@ -219,6 +219,7 @@ type Guild struct {
|
||||||
JoinedAt Timestamp `json:"joined_at"`
|
JoinedAt Timestamp `json:"joined_at"`
|
||||||
Splash string `json:"splash"`
|
Splash string `json:"splash"`
|
||||||
AfkTimeout int `json:"afk_timeout"`
|
AfkTimeout int `json:"afk_timeout"`
|
||||||
|
MemberCount int `json:"member_count"`
|
||||||
VerificationLevel VerificationLevel `json:"verification_level"`
|
VerificationLevel VerificationLevel `json:"verification_level"`
|
||||||
EmbedEnabled bool `json:"embed_enabled"`
|
EmbedEnabled bool `json:"embed_enabled"`
|
||||||
Large bool `json:"large"` // ??
|
Large bool `json:"large"` // ??
|
||||||
|
|
Loading…
Reference in a new issue