From b435f9d20e464a819006333cb8a126777590a691 Mon Sep 17 00:00:00 2001 From: March 7th <71698422+aiko-chan-ai@users.noreply.github.com> Date: Thu, 16 Jun 2022 20:17:08 +0700 Subject: [PATCH] refactor(ClientOptions): remove `$` prefix from `ws.properties` keys https://github.com/discordjs/discord.js/pull/8094 v13.8.1 go brrr --- src/util/Options.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/util/Options.js b/src/util/Options.js index 95f03fc..19f64fe 100644 --- a/src/util/Options.js +++ b/src/util/Options.js @@ -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,