From cd6f48b39cd4215c7a6a58b4d5abe588ebf7d6d5 Mon Sep 17 00:00:00 2001 From: iDutchy Date: Thu, 1 Oct 2020 01:28:20 +0000 Subject: [PATCH] forgot this --- README.rst | 1 + docs/index.rst | 1 + 2 files changed, 2 insertions(+) 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``