diff --git a/disco/types/channel.py b/disco/types/channel.py index fdc2489..3d6837e 100644 --- a/disco/types/channel.py +++ b/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):