diff options
Diffstat (limited to 'discord/channel.py')
| -rw-r--r-- | discord/channel.py | 2 |
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 |