Kaynağa Gözat

Add Channel Types

JurrijnP 5 yıl önce
ebeveyn
işleme
b8638c0363
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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.