aboutsummaryrefslogtreecommitdiff
path: root/discord/channel.py
diff options
context:
space:
mode:
authorVexs <[email protected]>2019-05-14 16:51:50 -0500
committerRapptz <[email protected]>2019-05-14 19:13:48 -0400
commitbf5b267c5586a59b16ae8af0038cb628667333d5 (patch)
treec7d88281a339b0d614791f3fa9b78a04508923a8 /discord/channel.py
parentAdded note to Emoji.user (diff)
downloaddiscord.py-bf5b267c5586a59b16ae8af0038cb628667333d5.tar.xz
discord.py-bf5b267c5586a59b16ae8af0038cb628667333d5.zip
Correct the documentation for methods and properties that return Assets
Diffstat (limited to 'discord/channel.py')
-rw-r--r--discord/channel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/channel.py b/discord/channel.py
index 73205cfe..1fc10224 100644
--- a/discord/channel.py
+++ b/discord/channel.py
@@ -1030,7 +1030,7 @@ class GroupChannel(discord.abc.Messageable, Hashable):
@property
def icon_url(self):
- """:class:`Asset`: Returns the channel's icon asset if available."""
+ """:class:`Asset`: Returns the channel's icon asset."""
return Asset._from_icon(self._state, self, 'channel')
@property