This commit is contained in:
grey-cat-1908 2022-03-27 15:56:30 +03:00
parent ccb66efe2b
commit 789a57c25f

View file

@ -12,9 +12,9 @@ from ...utils import APIModelBase
from ...utils.types import APINullable
class ChannelTypes(IntEnum):
"""Channel Types
NOTE: Type 10, 11 and 12 are only available in API v9.
class ChannelType(IntEnum):
"""Channel Type
NOTE: Type 10, 11 and 12 are only available in Discord API v9.
Attributes
----------