Browse Source

Fixed a typo in GuildChannel.overwrites docstring

pull/2133/head
DevilXD 6 years ago
committed by Rapptz
parent
commit
0dcbdda974
  1. 2
      discord/abc.py

2
discord/abc.py

@ -347,7 +347,7 @@ class GuildChannel:
"""Returns all of the channel's overwrites.
This is returned as a dictionary where the key contains the target which
can be either a :class:`Role` or a :class:`Member` and the key is the
can be either a :class:`Role` or a :class:`Member` and the value is the
overwrite as a :class:`PermissionOverwrite`.
Returns

Loading…
Cancel
Save