Bring your Discord's devtools back to life
Discord devtools was disabled, see more.
You can enable it again by adding the following property to your desktop application's config.json
file:
"DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING": true
I made this project just to study some features of zx, as silly as it sounds, I learned a lot. I also did it because I imagine people must be asking themselves "Where is devtools?" I hope one way or another this helps you.
Just run
npx zx https://raw.githubusercontent.com/BrunoS3D/discord-enable-devtools/main/index.mjs
It's ready now just restart discord
Open config file with vscode (or whatever you use)
Win
code %appdata%/discord/settings.json
Linux
code ~/.config/discord/settings.json
macOS
code ~/Library/Application Support/discord/settings.json
Just add the following property to the config file:
{
"DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING": true,
// ...
}
It's ready, now, just restart your Discord app