瀏覽代碼

Add Channel Types

JurrijnP 5 年之前
父節點
當前提交
b8638c0363
共有 1 個文件被更改,包括 2 次插入0 次删除
  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.