Add Channel Types

This commit is contained in:
JurrijnP 2019-08-04 10:44:25 +02:00 committed by GitHub
parent f4f8cc09bc
commit b8638c0363
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -200,6 +200,8 @@ const (
ChannelTypeGuildVoice ChannelTypeGuildVoice
ChannelTypeGroupDM ChannelTypeGroupDM
ChannelTypeGuildCategory ChannelTypeGuildCategory
ChannelTypeGuildNews
ChannelTypeGuildStore
) )
// A Channel holds all data related to an individual Discord channel. // A Channel holds all data related to an individual Discord channel.