hidden-disc-docs icon indicating copy to clipboard operation
hidden-disc-docs copied to clipboard

Notes and hacks relating to Discord and its API.

Results 3 hidden-disc-docs issues
Sort by recently updated
recently updated
newest added

a python implementation of parsing this section of the token, for those who may find python code easier to visualise vs images

Hello, there are two new functional codes to activate the experiments. ```js webpackChunkdiscord_app.push([["wp_isdev_patch"], {}, r => cache=Object.values(r.c)]); var UserStore = cache.find(m => m?.exports?.default?.getCurrentUser).exports.default; var actions = UserStore._dispatcher._actionHandlers._orderedActionHandlers["CONNECTION_OPEN"]; var user =...

Hey! It's been awhile since these docs have been updated, and _a lot_ of Discord's client API has changed. Due to this, practically all of the code is outdated. I...

help wanted