Correct the documentation for methods and properties that return Assets

This commit is contained in:
Vexs
2019-05-14 16:51:50 -05:00
committed by Rapptz
parent 5473cec6ac
commit bf5b267c55
5 changed files with 22 additions and 22 deletions

View File

@ -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