diff options
| author | Rapptz <[email protected]> | 2020-01-22 20:44:58 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-01-22 20:44:58 -0500 |
| commit | cecd45d503641f570218e42bb636a908830ba213 (patch) | |
| tree | 8138d0d4af1134ecf91f7fbcef03d0b6814aa8b4 /docs/api.rst | |
| parent | Fix out of order files being sent in webhooks when there are 10 files. (diff) | |
| download | discord.py-cecd45d503641f570218e42bb636a908830ba213.tar.xz discord.py-cecd45d503641f570218e42bb636a908830ba213.zip | |
Add changelog for v1.3
Diffstat (limited to 'docs/api.rst')
| -rw-r--r-- | docs/api.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index 6c257a5b..02ba215e 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1850,6 +1850,7 @@ Certain utilities make working with async iterators easier, detailed below. :param predicate: The predicate to call on every element. Could be a |coroutine_link|_. :return: An async iterator. +.. _discord-api-audit-logs: Audit Log Data ---------------- |