|
@ -46,9 +46,9 @@ class PermissionOverwrite(ChannelSubType): |
|
|
The overwrite ID |
|
|
The overwrite ID |
|
|
type : :const:`disco.types.channel.PermissionsOverwriteType` |
|
|
type : :const:`disco.types.channel.PermissionsOverwriteType` |
|
|
The overwrite type |
|
|
The overwrite type |
|
|
allowed : :class:`PermissionValue` |
|
|
allow : :class:`disco.types.permissions.PermissionValue` |
|
|
All allowed permissions |
|
|
All allowed permissions |
|
|
denied : :class:`PermissionValue` |
|
|
deny : :class:`disco.types.permissions.PermissionValue` |
|
|
All denied permissions |
|
|
All denied permissions |
|
|
""" |
|
|
""" |
|
|
id = Field(snowflake) |
|
|
id = Field(snowflake) |
|
|