mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-20 16:00:29 +00:00
Fix view_audit_log incorrect pluralisation.
This commit is contained in:
parent
e52532c06e
commit
580b4baef9
@ -289,7 +289,7 @@ class Permissions:
|
||||
return self._bit(7)
|
||||
|
||||
@view_audit_log.setter
|
||||
def view_audit_logs(self, value):
|
||||
def view_audit_log(self, value):
|
||||
self._set(7, value)
|
||||
|
||||
# 2 unused
|
||||
|
Loading…
x
Reference in New Issue
Block a user