Browse Source

Add Channel Types

JurrijnP 5 năm trước cách đây
mục cha
commit
b8638c0363
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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.