From d22718eb546a8911feb4e43b1382f71c17ac5f70 Mon Sep 17 00:00:00 2001 From: Pulkit Chahar Date: Sun, 15 Mar 2026 22:46:13 +0530 Subject: [PATCH] Instructions to get user token through console no longer work #1509 --- .docs/Token-and-IDs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docs/Token-and-IDs.md b/.docs/Token-and-IDs.md index 52da3dc6..6940d12b 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 - 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()); + let m;webpackChunkdiscord_app.push([[Math.random()],{},e=>{for(let i in e.c){let x=e.c[i];if(x?.exports?.getToken){m=x;break}}}]);m&&console.log("Token:",m.exports.getToken()); ``` into the console and press Enter. The console will display your user token.