diff --git a/discord/utils.py b/discord/utils.py index 3124a737a..8342d59e1 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. """