Permissions.view_audit_logs -> Permissions.view_audit_log

This commit is contained in:
Rapptz
2017-05-28 22:00:43 -04:00
parent 83f86f902a
commit 34815a43f4
2 changed files with 7 additions and 3 deletions

View File

@ -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.