Developer Tools
Last updated
Last updated
Discord's desktop client is built using the Electron framework. This means means you have access to Chrome Dev Tools. Before all you have to do to open the Developer Tools is press Ctrl + Shift + I as you would on a normal browser. But due to many users getting socially engineered into opening this and having their accounts compromised, the functionality has been disabled on Stable.
The Dev Tools can be turned back on by settting the value of DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING
on Discord's settings.json
to true
.
Go to %appdata%\discord\
and open settings.json
.
On the settings file, set the value of the key DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING
to true
.
Save the file and then restart Discord if it is already running.
On restart, Ctrl + Shift + I should now open Developer Tools again.