Parcourir la source

Add Channel Types

JurrijnP il y a 5 ans
Parent
commit
b8638c0363
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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.