diff options
| -rw-r--r-- | discord/utils.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/discord/utils.py b/discord/utils.py index f9fc20ac..dd816e69 100644 --- a/discord/utils.py +++ b/discord/utils.py @@ -340,7 +340,9 @@ async def sane_wait_for(futures, *, timeout): return done async def sleep_until(when, result=None): - """Sleep until a specified time. + """|coro| + + Sleep until a specified time. If the time supplied is in the past this function will yield instantly. |