Explorar o código

Add Channel Types

JurrijnP %!s(int64=5) %!d(string=hai) anos
pai
achega
b8638c0363
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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.