Add support for store channels.

This commit is contained in:
Rapptz
2019-03-17 14:32:51 -04:00
parent 4bd4c23694
commit 5061915b2a
5 changed files with 150 additions and 8 deletions

View File

@ -39,6 +39,7 @@ class ChannelType(Enum):
group = 3
category = 4
news = 5
store = 6
def __str__(self):
return self.name