diff --git a/disco/types/channel.py b/disco/types/channel.py index ced2608..0ef5f7a 100644 --- a/disco/types/channel.py +++ b/disco/types/channel.py @@ -46,9 +46,9 @@ class PermissionOverwrite(ChannelSubType): The overwrite ID type : :const:`disco.types.channel.PermissionsOverwriteType` The overwrite type - allowed : :class:`PermissionValue` + allow : :class:`disco.types.permissions.PermissionValue` All allowed permissions - denied : :class:`PermissionValue` + deny : :class:`disco.types.permissions.PermissionValue` All denied permissions """ id = Field(snowflake)