refactor(ClientOptions): remove $
prefix from ws.properties
keys
https://github.com/discordjs/discord.js/pull/8094 v13.8.1 go brrr
This commit is contained in:
parent
a3b376daa9
commit
b435f9d20e
@ -170,18 +170,18 @@ class Options extends null {
|
||||
// $os: 'iPhone14,5',
|
||||
// $browser: 'Discord iOS',
|
||||
// $device: 'iPhone14,5 OS 15.2',
|
||||
$os: 'Windows',
|
||||
$browser: 'Discord Client',
|
||||
$device: 'ASUS ROG Phone 5', // :)
|
||||
os: 'Windows',
|
||||
browser: 'Discord Client',
|
||||
device: 'ASUS ROG Phone 5', // :)
|
||||
// Add
|
||||
$os_version: '10',
|
||||
$referrer: '',
|
||||
$referring_domain: '',
|
||||
$referrer_current: '',
|
||||
$referring_domain_current: '',
|
||||
$release_channel: 'stable',
|
||||
$client_build_number: 127546,
|
||||
$client_event_source: null,
|
||||
os_version: '10',
|
||||
referrer: '',
|
||||
referring_domain: '',
|
||||
referrer_current: '',
|
||||
referring_domain_current: '',
|
||||
release_channel: 'stable',
|
||||
client_build_number: 127546,
|
||||
client_event_source: null,
|
||||
},
|
||||
// ? capabilities: 253,
|
||||
version: 9,
|
||||
|
Loading…
Reference in New Issue
Block a user