Browse Source

Add Channel Types

JurrijnP 5 years ago
parent
commit
b8638c0363
1 changed files with 2 additions and 0 deletions
  1. 2 0
      structs.go

+ 2 - 0
structs.go

@@ -200,6 +200,8 @@ const (
 	ChannelTypeGuildVoice
 	ChannelTypeGroupDM
 	ChannelTypeGuildCategory
+	ChannelTypeGuildNews
+	ChannelTypeGuildStore
 )
 
 // A Channel holds all data related to an individual Discord channel.