Browse Source

Add missing ChannelType

pull/149/head
Dooley_labs 6 years ago
committed by GitHub
parent
commit
1ae8ed6b58
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      disco/types/channel.py

1
disco/types/channel.py

@ -20,6 +20,7 @@ class ChannelType(object):
GROUP_DM = 3
GUILD_CATEGORY = 4
GUILD_NEWS = 5
GUILD_STORE = 6
class PermissionOverwriteType(object):

Loading…
Cancel
Save