mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-18 15:06:07 +00:00
Update Member.timed_out_until docstring
This commit is contained in:
parent
fa1cc00a29
commit
1edec93ed3
@ -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
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user