Add Channel Types
This commit is contained in:
parent
f4f8cc09bc
commit
b8638c0363
1 changed files with 2 additions and 0 deletions
|
@ -200,6 +200,8 @@ const (
|
|||
ChannelTypeGuildVoice
|
||||
ChannelTypeGroupDM
|
||||
ChannelTypeGuildCategory
|
||||
ChannelTypeGuildNews
|
||||
ChannelTypeGuildStore
|
||||
)
|
||||
|
||||
// A Channel holds all data related to an individual Discord channel.
|
||||
|
|
Loading…
Reference in a new issue