Browse Source

Update Member.timed_out_until docstring

pull/10082/head
scruz 3 months ago
committed by GitHub
parent
commit
1edec93ed3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      discord/member.py

2
discord/member.py

@ -303,7 +303,7 @@ class Member(discord.abc.Messageable, _UserTag):
"Nitro boost" on the guild, if available. This could be ``None``. "Nitro boost" on the guild, if available. This could be ``None``.
timed_out_until: Optional[:class:`datetime.datetime`] 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. 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 .. versionadded:: 2.0
""" """

Loading…
Cancel
Save