diff options
| author | Rapptz <[email protected]> | 2021-04-04 23:59:04 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-04-04 23:59:04 -0400 |
| commit | a3a6f88936146b35b260b524e1eb22a324ee89b8 (patch) | |
| tree | e89d0c325e2cf2c4d4886416172dc237f0390a00 /docs/api.rst | |
| parent | Remove special casing of MAX_ASYNCIO_SECONDS in sleep_until (diff) | |
| download | discord.py-a3a6f88936146b35b260b524e1eb22a324ee89b8.tar.xz discord.py-a3a6f88936146b35b260b524e1eb22a324ee89b8.zip | |
Add discord.utils.utcnow() helper function to ease migration
Diffstat (limited to 'docs/api.rst')
| -rw-r--r-- | docs/api.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index 044f402f..b328ab22 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -922,6 +922,8 @@ Utility Functions .. autofunction:: discord.utils.sleep_until +.. autofunction:: discord.utils.utcnow + .. _discord-api-enums: Enumerations |