diff options
| author | Twentysix <[email protected]> | 2017-04-30 12:56:58 +0200 |
|---|---|---|
| committer | Twentysix <[email protected]> | 2017-04-30 12:56:58 +0200 |
| commit | 86b9099f3a4fd26c23a38450df42cfe452c683f4 (patch) | |
| tree | 10e01d86c6fdab8dca2d3ed9a0f26df1a75a8d69 /discord/audit_logs.py | |
| parent | Implement audit logs. (diff) | |
| download | discord.py-86b9099f3a4fd26c23a38450df42cfe452c683f4.tar.xz discord.py-86b9099f3a4fd26c23a38450df42cfe452c683f4.zip | |
Changed audit_log to audit_logs in documentation
Diffstat (limited to 'discord/audit_logs.py')
| -rw-r--r-- | discord/audit_logs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/audit_logs.py b/discord/audit_logs.py index bf48b172..cbd3d3ac 100644 --- a/discord/audit_logs.py +++ b/discord/audit_logs.py @@ -172,7 +172,7 @@ class AuditLogChanges: class AuditLogEntry: """Represents an Audit Log entry. - You retrieve these via :meth:`Guild.audit_log`. + You retrieve these via :meth:`Guild.audit_logs`. Attributes ----------- |