Browse Source

Fix docs for permission overwrite

pull/116/head
Tiemen 7 years ago
parent
commit
b69ee95abe
No known key found for this signature in database GPG Key ID: 2160E0525D675850
  1. 4
      disco/types/channel.py

4
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)

Loading…
Cancel
Save