Browse Source

Fix docs for permission overwrite (#116)

pull/117/head
Tiemen 6 years ago
committed by Andrei Zbikowski
parent
commit
8661b4db3e
  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