Skip to content

Commit

Permalink
Update Member.timed_out_until docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
scrazzz committed Dec 29, 2024
1 parent 9806aeb commit de21cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/member.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ class Member(discord.abc.Messageable, _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
"""
Expand Down

0 comments on commit de21cac

Please sign in to comment.