We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b9ca3 commit 58b6a6aCopy full SHA for 58b6a6a
discord/utils.py
@@ -1806,6 +1806,7 @@ async def default(
1806
'client_build_number': bn,
1807
'client_event_source': None,
1808
'has_client_mods': False,
1809
+ 'client_launch_id': str(uuid.uuid4()),
1810
'client_heartbeat_session_id': str(uuid.uuid4()),
1811
}
1812
@@ -1815,7 +1816,7 @@ async def default(
1815
1816
super_properties=properties,
1817
encoded_super_properties=b64encode(_to_json(properties).encode()).decode('utf-8'),
1818
extra_gateway_properties={
- 'client_app_state': None,
1819
+ 'client_app_state': 'unfocused',
1820
'is_fast_connect': False,
1821
},
1822
)
0 commit comments