diff --git a/structs.go b/structs.go index fd0050a..e7192d9 100644 --- a/structs.go +++ b/structs.go @@ -200,6 +200,8 @@ const ( ChannelTypeGuildVoice ChannelTypeGroupDM ChannelTypeGuildCategory + ChannelTypeGuildNews + ChannelTypeGuildStore ) // A Channel holds all data related to an individual Discord channel.