aboutsummaryrefslogtreecommitdiff
path: root/discord/abc.py
diff options
context:
space:
mode:
authorDevon R <[email protected]>2019-11-14 21:37:23 +0000
committerRapptz <[email protected]>2019-11-15 04:25:38 -0500
commitf5ebf42e1f2c4e9d3ffe1a9edd59a659ff483c53 (patch)
treeb0df1fc8f2e5780048add68ea03905f66cf58327 /discord/abc.py
parentAdd view_guild_insights permission (diff)
downloaddiscord.py-f5ebf42e1f2c4e9d3ffe1a9edd59a659ff483c53.tar.xz
discord.py-f5ebf42e1f2c4e9d3ffe1a9edd59a659ff483c53.zip
Return invites as https, various URL normalization
Diffstat (limited to 'discord/abc.py')
-rw-r--r--discord/abc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/abc.py b/discord/abc.py
index 4a972d46..bebe8f21 100644
--- a/discord/abc.py
+++ b/discord/abc.py
@@ -350,7 +350,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:`~discord.Role` or a :class:`~discord.Member` and the key is the
+ can be either a :class:`~discord.Role` or a :class:`~discord.Member` and the value is the
overwrite as a :class:`~discord.PermissionOverwrite`.
Returns