From 1ae8ed6b58852d972a8a3fdda9a2e4ecb93f8e3e Mon Sep 17 00:00:00 2001 From: Dooley_labs Date: Sun, 30 Jun 2019 23:43:53 -0400 Subject: [PATCH] Add missing ChannelType --- disco/types/channel.py | 1 + 1 file changed, 1 insertion(+) 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):