djs-selfbot-v13 3.7.21 → 3.7.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/util/Options.js +3 -3
package/package.json
CHANGED
package/src/util/Options.js
CHANGED
|
@@ -197,16 +197,16 @@ class Options extends null {
|
|
|
197
197
|
browser: 'Discord Client',
|
|
198
198
|
release_channel: 'stable',
|
|
199
199
|
client_version: '1.0.9215',
|
|
200
|
-
os_version: '10
|
|
200
|
+
os_version: '10',
|
|
201
201
|
os_arch: 'x64',
|
|
202
202
|
app_arch: 'x64',
|
|
203
203
|
system_locale: 'en-US',
|
|
204
204
|
has_client_mods: false,
|
|
205
205
|
client_launch_id: randomUUID(),
|
|
206
206
|
browser_user_agent: UserAgent,
|
|
207
|
-
browser_version: '
|
|
207
|
+
browser_version: '146.0.0.0',
|
|
208
208
|
os_sdk_version: '19045',
|
|
209
|
-
client_build_number:
|
|
209
|
+
client_build_number: 521835,
|
|
210
210
|
native_build_number: 72186,
|
|
211
211
|
client_event_source: null,
|
|
212
212
|
launch_signature: randomUUID(),
|