Dooley_labs
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
disco/types/channel.py
|
@ -20,6 +20,7 @@ class ChannelType(object): |
|
|
GROUP_DM = 3 |
|
|
GROUP_DM = 3 |
|
|
GUILD_CATEGORY = 4 |
|
|
GUILD_CATEGORY = 4 |
|
|
GUILD_NEWS = 5 |
|
|
GUILD_NEWS = 5 |
|
|
|
|
|
GUILD_STORE = 6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class PermissionOverwriteType(object): |
|
|
class PermissionOverwriteType(object): |
|
|