mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-04 08:56:19 +00:00
Expose _ActivityTag as BaseActivity to easily refer to.
This commit is contained in:
@ -113,7 +113,7 @@ class WidgetMember(BaseUser):
|
||||
The member's nickname.
|
||||
avatar: Optional[:class:`str`]
|
||||
The member's avatar hash.
|
||||
activity: Optional[Union[:class:`Activity`, :class:`Game`, :class:`Streaming`, :class:`Spotify`]]
|
||||
activity: Optional[Union[:class:`BaseActivity`, :class:`Spotify`]]
|
||||
The member's activity.
|
||||
deafened: Optional[:class:`bool`]
|
||||
Whether the member is currently deafened.
|
||||
|
Reference in New Issue
Block a user