aboutsummaryrefslogtreecommitdiff
path: root/docs/migrating.rst
diff options
context:
space:
mode:
authorRapptz <[email protected]>2017-05-28 22:00:43 -0400
committerRapptz <[email protected]>2017-05-28 22:00:43 -0400
commit34815a43f42c8033e3278a02116c0fe4cfcf5e31 (patch)
treeafd64574664c72b7187d25accede98e4a5aa0c0e /docs/migrating.rst
parentRename verification level to extreme due to demand. (diff)
downloaddiscord.py-34815a43f42c8033e3278a02116c0fe4cfcf5e31.tar.xz
discord.py-34815a43f42c8033e3278a02116c0fe4cfcf5e31.zip
Permissions.view_audit_logs -> Permissions.view_audit_log
Diffstat (limited to 'docs/migrating.rst')
-rw-r--r--docs/migrating.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/migrating.rst b/docs/migrating.rst
index 1b76a518..f2924af7 100644
--- a/docs/migrating.rst
+++ b/docs/migrating.rst
@@ -349,6 +349,10 @@ They will be enumerated here.
- Use :meth:`Colour.to_rgb` instead.
+- ``Permissions.view_audit_logs``
+
+ - Use :attr:`Permissions.view_audit_log` instead.
+
**Changed**
- :attr:`Member.avatar_url` and :attr:`User.avatar_url` now return the default avatar if a custom one is not set.