diff options
| author | Josh B <[email protected]> | 2020-01-21 23:44:28 +1000 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-01-21 20:28:14 -0500 |
| commit | d0a1956be98b5e985dcfb77dc22b96198869cde1 (patch) | |
| tree | f9140b31d1779a36b46a1de20567411d26160904 /docs | |
| parent | [commands] Only clean semaphore when there are no waiters (diff) | |
| download | discord.py-d0a1956be98b5e985dcfb77dc22b96198869cde1.tar.xz discord.py-d0a1956be98b5e985dcfb77dc22b96198869cde1.zip | |
Improve usability of utils.sleep_until
Fix issue where sleeping for an extended period on python 3.5
would cause an exception
Add sleep_until to API docs
Add result argument to sleep_until
Diffstat (limited to 'docs')
| -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 e08b415e..6c257a5b 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -725,6 +725,7 @@ Utility Functions .. autofunction:: discord.utils.resolve_invite +.. autofunction:: discord.utils.sleep_until Profile --------- |