Skip to content

Commit

Permalink
Update gateway.py
Browse files Browse the repository at this point in the history
  • Loading branch information
baronkobama authored and Lulalaby committed Jun 18, 2022
1 parent a982008 commit 99b29e7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions discord/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,11 +395,9 @@ async def identify(self):
"d": {
"token": self.token,
"properties": {
"$os": sys.platform,
"$browser": "pycord",
"$device": "pycord",
"$referrer": "",
"$referring_domain": "",
"os": sys.platform,
"browser": "pycord",
"device": "pycord",
},
"compress": True,
"large_threshold": 250,
Expand Down

0 comments on commit 99b29e7

Please sign in to comment.