From 6aa5def168e12105cd62fac5121651a10e0f679e Mon Sep 17 00:00:00 2001 From: Elysia <71698422+aiko-chan-ai@users.noreply.github.com> Date: Thu, 6 Apr 2023 17:58:25 +0700 Subject: [PATCH] fix: solve captcha use old build of discord (without rqtoken) --- src/util/Options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/Options.js b/src/util/Options.js index 237c8db..c627ffc 100644 --- a/src/util/Options.js +++ b/src/util/Options.js @@ -201,7 +201,7 @@ class Options extends null { os_version: '10.0.22621', os_arch: 'x64', system_locale: 'en-US', - client_build_number: 184787, + client_build_number: 99997, // 184787 (stable) but we don't want the captcha to be more difficult to solve native_build_number: 30921, client_event_source: null, design_id: 0,