Added default_message_notifications to guild struct

This commit is contained in:
jonas747 2016-04-25 20:52:58 +02:00
parent 862c3ebeb1
commit ef3264d3a2

View file

@ -172,6 +172,7 @@ type Guild struct {
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"` // ??
DefaultMessageNotifications int `json:"default_message_notifications"`
Roles []*Role `json:"roles"` Roles []*Role `json:"roles"`
Emojis []*Emoji `json:"emojis"` Emojis []*Emoji `json:"emojis"`
Members []*Member `json:"members"` Members []*Member `json:"members"`