From 4ff508e16b916ac8d5800283562ec969e88756ee Mon Sep 17 00:00:00 2001 From: scruz Date: Thu, 16 Jan 2025 05:29:09 +0530 Subject: [PATCH] Update Member.timed_out_until docstring --- discord/member.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/member.py b/discord/member.py index d6aa47074..fb2dae13b 100644 --- a/discord/member.py +++ b/discord/member.py @@ -259,7 +259,7 @@ class Member(discord.abc.Messageable, discord.abc.Connectable, _UserTag): "Nitro boost" on the guild, if available. This could be ``None``. timed_out_until: Optional[:class:`datetime.datetime`] An aware datetime object that specifies the date and time in UTC that the member's time out will expire. - This will be set to ``None`` if the user is not timed out. + This will be set to ``None`` or a time in the past if the user is not timed out. .. versionadded:: 2.0 """