From b8638c036388b184e211ebede4e8a3277ca4e70c Mon Sep 17 00:00:00 2001 From: JurrijnP Date: Sun, 4 Aug 2019 10:44:25 +0200 Subject: [PATCH] Add Channel Types --- structs.go | 2 ++ 1 file changed, 2 insertions(+) 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.