mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-09 03:07:00 +00:00
Fixed a typo in GuildChannel.overwrites docstring
This commit is contained in:
@ -347,7 +347,7 @@ class GuildChannel:
|
|||||||
"""Returns all of the channel's overwrites.
|
"""Returns all of the channel's overwrites.
|
||||||
|
|
||||||
This is returned as a dictionary where the key contains the target which
|
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`.
|
overwrite as a :class:`PermissionOverwrite`.
|
||||||
|
|
||||||
Returns
|
Returns
|
||||||
|
Reference in New Issue
Block a user