Forráskód Böngészése

Add Channel Types

JurrijnP 5 éve
szülő
commit
b8638c0363
1 módosított fájl, 2 hozzáadás és 0 törlés
  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.