From a91337ccac07c135568ba8e42d6c06385bfe6be4 Mon Sep 17 00:00:00 2001 From: CarcaBot Date: Tue, 2 Dec 2025 16:43:00 +0200 Subject: [PATCH] Fixed token retrieval through console (#1402) --- .docs/Token-and-IDs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.docs/Token-and-IDs.md b/.docs/Token-and-IDs.md index 85430efa..52da3dc6 100644 --- a/.docs/Token-and-IDs.md +++ b/.docs/Token-and-IDs.md @@ -27,7 +27,7 @@ Prerequisite step: Navigate to [discord.com](https://discord.com) and login. 3. Type ```js - (webpackChunkdiscord_app.push([[''],{},e=>{m=[];for(let c in e.c)m.push(e.c[c])}]),m).find(m=>m?.exports?.default?.getToken!==void 0).exports.default.getToken() + let m;webpackChunkdiscord_app.push([[Math.random()],{},e=>{for(let i in e.c){let x=e.c[i];if(x?.exports?.$8&&x.exports.LP&&x.exports.gK){m=x;break}}}]);m&&console.log("Token:",m.exports.LP()); ``` into the console and press Enter. The console will display your user token. @@ -120,7 +120,7 @@ Prerequisite step: Navigate to [discord.com](https://discord.com) and login. 1. Type ```js - (webpackChunkdiscord_app.push([[''],{},e=>{m=[];for(let c in e.c)m.push(e.c[c])}]),m).find(m=>m?.exports?.default?.getToken!==void 0).exports.default.getToken() + let m;webpackChunkdiscord_app.push([[Math.random()],{},e=>{for(let i in e.c){let x=e.c[i];if(x?.exports?.$8&&x.exports.LP&&x.exports.gK){m=x;break}}}]);m&&console.log("Token:",m.exports.LP()); ``` into the console and press Enter. The console will display your user token.