diff options
Diffstat (limited to 'discord/audit_logs.py')
| -rw-r--r-- | discord/audit_logs.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/audit_logs.py b/discord/audit_logs.py index c33f8c32..1e7feed4 100644 --- a/discord/audit_logs.py +++ b/discord/audit_logs.py @@ -189,12 +189,12 @@ class AuditLogEntry: user: :class:`abc.User` The user who initiated this action. Usually a :class:`Member`\, unless gone then it's a :class:`User`. - id: int + id: :class:`int` The entry ID. target: Any The target that got changed. The exact type of this depends on the action being done. - reason: Optional[str] + reason: Optional[:class:`str`] The reason this action was done. extra: Any Extra information that this entry has that might be useful. |