mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-29 23:00:08 +00:00
Document that exceptions happen in Guild.audit_logs.
This commit is contained in:
parent
1f1ac8f750
commit
a8474ed6d3
@ -1116,6 +1116,13 @@ class Guild(Hashable):
|
|||||||
:class:`AuditLogEntry`
|
:class:`AuditLogEntry`
|
||||||
The audit log entry.
|
The audit log entry.
|
||||||
|
|
||||||
|
Raises
|
||||||
|
-------
|
||||||
|
Forbidden
|
||||||
|
You are not allowed to fetch audit logs
|
||||||
|
HTTPException
|
||||||
|
An error occurred while fetching the audit logs.
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user