mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-20 16:00:29 +00:00
Fix Member.joined_at documentation
This commit is contained in:
parent
4b18238ade
commit
15f51113c3
@ -148,8 +148,8 @@ class Member(discord.abc.Messageable, _BaseUser):
|
||||
Attributes
|
||||
----------
|
||||
joined_at: Optional[:class:`datetime.datetime`]
|
||||
A datetime object that specifies the date and time in UTC that the member joined the guild for
|
||||
the first time. In certain cases, this can be ``None``.
|
||||
A datetime object that specifies the date and time in UTC that the member joined the guild.
|
||||
If the member left and rejoined the guild, this will be the latest date. In certain cases, this can be ``None``.
|
||||
activities: Tuple[Union[:class:`BaseActivity`, :class:`Spotify`]]
|
||||
The activities that the user is currently doing.
|
||||
guild: :class:`Guild`
|
||||
|
Loading…
x
Reference in New Issue
Block a user