mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-08 10:53:10 +00:00
Correct the documentation for methods and properties that return Assets
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user