mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-04 08:56:19 +00:00
Inject state into PartialEmoji in Activity
This commit is contained in:
@ -188,7 +188,7 @@ class WidgetMember(BaseUser):
|
||||
except KeyError:
|
||||
activity = None
|
||||
else:
|
||||
activity = create_activity(game)
|
||||
activity = create_activity(game, state)
|
||||
|
||||
self.activity: Optional[Union[BaseActivity, Spotify]] = activity
|
||||
|
||||
|
Reference in New Issue
Block a user