Implement StageChannel and related methods

This commit is contained in:
Nadir Chowdhury
2021-04-03 22:43:41 -04:00
committed by GitHub
parent e8a9726ad2
commit 1b2688518e
8 changed files with 426 additions and 68 deletions
+1
View File
@@ -158,6 +158,7 @@ class ChannelType(Enum):
category = 4
news = 5
store = 6
stage_voice = 13
def __str__(self):
return self.name