aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/utils.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/discord/utils.py b/discord/utils.py
index 3124a737..8342d59e 100644
--- a/discord/utils.py
+++ b/discord/utils.py
@@ -351,7 +351,8 @@ async def sleep_until(when, result=None):
Parameters
-----------
when: :class:`datetime.datetime`
- The timestamp in which to sleep until.
+ The timestamp in which to sleep until. If the datetime is naive then
+ it is assumed to be in UTC.
result: Any
If provided is returned to the caller when the coroutine completes.
"""