diff --git a/gateway/ready.go b/gateway/ready.go index 1608100..a860df2 100644 --- a/gateway/ready.go +++ b/gateway/ready.go @@ -114,8 +114,8 @@ type ( // A UserChannelOverride struct describes a channel settings override for a // users guild settings. UserChannelOverride struct { - Muted bool `json:"muted"` - + Muted bool `json:"muted"` + MuteConfig *UserGuildMute `json:"mute_config"` MessageNotifications UserNotification `json:"message_notifications"` ChannelID discord.ChannelID `json:"channel_id"` }