From bf5b267c5586a59b16ae8af0038cb628667333d5 Mon Sep 17 00:00:00 2001 From: Vexs Date: Tue, 14 May 2019 16:51:50 -0500 Subject: Correct the documentation for methods and properties that return Assets --- discord/channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord/channel.py') 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 -- cgit v1.2.3