diff --git a/README.rst b/README.rst index c2a2ec9e..dc6d1b26 100644 --- a/README.rst +++ b/README.rst @@ -17,6 +17,7 @@ Custom Features - Added ``Guild.bots`` / ``Guild.humans`` - Added ``Bot.owner`` / ``Bot.owners`` - Added ``Client.try_user`` / ``Bot.try_user`` +- ``Guild.icon_url`` and ``User.avatar_url`` return the string in stead of Asset. use icon/avatar url_as to get the Asset - Merged in ext-colors (https://github.com/MGardne8/DiscordPyColours) - Using Rapptz/discord.py/tree/neo-docs for documentation - Adding support for ``hex()`` to ``discord.Color`` diff --git a/docs/index.rst b/docs/index.rst index 06f6ff5f..0791b88d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -22,6 +22,7 @@ Custom Features - Added ``Guild.bots`` / ``Guild.humans`` - Added ``Bot.owner`` / ``Bot.owners`` - Added ``Client.try_user`` / ``Bot.try_user`` +- ``Guild.icon_url`` and ``User.avatar_url`` return the string in stead of Asset. use icon/avatar url_as to get the Asset - Merged in ext-colors (https://github.com/MGardne8/DiscordPyColours) - Using Rapptz/discord.py/tree/neo-docs for documentation - Adding support for ``hex()`` to ``discord.Color``