Add support for guild news channels.

This commit is contained in:
Rapptz
2019-03-08 21:40:43 -05:00
parent e87ca143d3
commit 5ea84fb971
3 changed files with 14 additions and 2 deletions

View File

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