rodovia
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
discord/member.py
|
@ -148,8 +148,8 @@ class Member(discord.abc.Messageable, _BaseUser): |
|
|
Attributes |
|
|
Attributes |
|
|
---------- |
|
|
---------- |
|
|
joined_at: Optional[:class:`datetime.datetime`] |
|
|
joined_at: Optional[:class:`datetime.datetime`] |
|
|
A datetime object that specifies the date and time in UTC that the member joined the guild for |
|
|
A datetime object that specifies the date and time in UTC that the member joined the guild. |
|
|
the first time. In certain cases, this can be ``None``. |
|
|
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`]] |
|
|
activities: Tuple[Union[:class:`BaseActivity`, :class:`Spotify`]] |
|
|
The activities that the user is currently doing. |
|
|
The activities that the user is currently doing. |
|
|
guild: :class:`Guild` |
|
|
guild: :class:`Guild` |
|
|