aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2017-05-25 21:29:45 -0400
committerRapptz <[email protected]>2017-05-25 21:29:45 -0400
commite1263a585ac3fefd031ffa6415bd76ea0043b36c (patch)
tree26b0feea1667d313d8970f13e191ccd989111bad /docs
parentDocument that exceptions happen in Guild.audit_logs. (diff)
downloaddiscord.py-e1263a585ac3fefd031ffa6415bd76ea0043b36c.tar.xz
discord.py-e1263a585ac3fefd031ffa6415bd76ea0043b36c.zip
Mention User.avatar_url change in migration page.
Diffstat (limited to 'docs')
-rw-r--r--docs/migrating.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/migrating.rst b/docs/migrating.rst
index f7a6d840..6389863a 100644
--- a/docs/migrating.rst
+++ b/docs/migrating.rst
@@ -347,6 +347,10 @@ They will be enumerated here.
- Use :meth:`Colour.to_rgb` instead.
+**Changed**
+
+- :attr:`Member.avatar_url` and :attr:`User.avatar_url` now return the default avatar if a custom one is not set.
+
**Added**
- :attr:`VoiceChannel.members` for fetching members connected to a voice channel.