Added default_message_notifications to guild struct
This commit is contained in:
parent
862c3ebeb1
commit
ef3264d3a2
1 changed files with 21 additions and 20 deletions
|
@ -172,6 +172,7 @@ type Guild struct {
|
|||
VerificationLevel VerificationLevel `json:"verification_level"`
|
||||
EmbedEnabled bool `json:"embed_enabled"`
|
||||
Large bool `json:"large"` // ??
|
||||
DefaultMessageNotifications int `json:"default_message_notifications"`
|
||||
Roles []*Role `json:"roles"`
|
||||
Emojis []*Emoji `json:"emojis"`
|
||||
Members []*Member `json:"members"`
|
||||
|
|
Loading…
Reference in a new issue