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',
|
// $os: 'iPhone14,5',
|
||||||
// $browser: 'Discord iOS',
|
// $browser: 'Discord iOS',
|
||||||
// $device: 'iPhone14,5 OS 15.2',
|
// $device: 'iPhone14,5 OS 15.2',
|
||||||
$os: 'Windows',
|
os: 'Windows',
|
||||||
$browser: 'Discord Client',
|
browser: 'Discord Client',
|
||||||
$device: 'ASUS ROG Phone 5', // :)
|
device: 'ASUS ROG Phone 5', // :)
|
||||||
// Add
|
// Add
|
||||||
$os_version: '10',
|
os_version: '10',
|
||||||
$referrer: '',
|
referrer: '',
|
||||||
$referring_domain: '',
|
referring_domain: '',
|
||||||
$referrer_current: '',
|
referrer_current: '',
|
||||||
$referring_domain_current: '',
|
referring_domain_current: '',
|
||||||
$release_channel: 'stable',
|
release_channel: 'stable',
|
||||||
$client_build_number: 127546,
|
client_build_number: 127546,
|
||||||
$client_event_source: null,
|
client_event_source: null,
|
||||||
},
|
},
|
||||||
// ? capabilities: 253,
|
// ? capabilities: 253,
|
||||||
version: 9,
|
version: 9,
|
||||||
|
Loading…
Reference in New Issue
Block a user