Gateway: Added MuteConfig into UserChannelOverride

This commit is contained in:
diamondburned 2020-12-19 18:59:15 -08:00
parent 4e62f120a2
commit 7aff3f9f24
1 changed files with 2 additions and 2 deletions

View File

@ -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"`
}