Skip to content

Commit

Permalink
Updated headers
Browse files Browse the repository at this point in the history
bigest update of 2024
  • Loading branch information
Tips-Discord authored Nov 30, 2024
1 parent 954f689 commit 06c7a25
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cwelium.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,13 +517,13 @@ def super_properties(self):
"os": "Windows",
"browser": "Discord Client",
"release_channel": "stable",
"client_version": "1.0.9169",
"client_version": "1.0.9172",
"os_version": "10.0.19045",
"system_locale": "en",
"browser_user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) discord/1.0.9169 Chrome/128.0.6613.36 Electron/32.0.0 Safari/537.36",
"browser_version": "32.0.0",
"client_build_number": 342408,
"native_build_number": 54876,
"browser_user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) discord/1.0.9172 Chrome/128.0.6613.186 Electron/32.2.2 Safari/537.36",
"browser_version": "32.2.2",
"client_build_number": 348981,
"native_build_number": 55829,
"client_event_source": None,
}
properties = base64.b64encode(json.dumps(payload).encode()).decode()
Expand All @@ -539,7 +539,7 @@ def headers(self, token):
"authorization": token,
"cookie": self.cookies,
"content-type": "application/json",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) discord/1.0.9169 Chrome/128.0.6613.36 Electron/32.0.0 Safari/537.36",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) discord/1.0.9172 Chrome/128.0.6613.186 Electron/32.2.2 Safari/537.36",
"x-discord-locale": "en-US",
"x-debug-options": "bugReporterEnabled",
"x-super-properties": self.props,
Expand Down

0 comments on commit 06c7a25

Please sign in to comment.