

Treat any code you are asked to run in the dev console with strict scrutiny. That is why the dev console explicitly outputs the following warnings: WARNING: the Discord dev console can be used to access the internal settings of Discord, including your login credentials. Using Discord Dev console to show dev options In Discord, open the Dev console using Ctrl+Shift+i When in doubt, just force quit it using the task manager :P.Ensure you don't just close the window, but also that Discord is no longer visible in your taskbar notification bar.Save your settings.json file and completely shut down Discord NOTE: A comma is necessary after the "OPEN_ON_STARTUP": true/false line! MAKE SURE YOU ADD IT!! So for example, if your settings.json looks like this: "DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING": true Add the following entry to the settings.json file:.It is recommended you use a proper text editor such as notepad++.It can help to show extensions in the windows.In this directory, open the settings.json file Discord Canary: %APPDATA%\discordcanary\.Discord PTB (Public Test Build): %APPDATA%\DiscordPTB\.Use WIN+R to open the Windows 'Run' dialog and paste in the appropriate path to open the corresponding settings directory of your discord installation: If your Discord opens its dev console when you press Ctrl+Shift+i you can skip to the next section below.Īs of 8 this console is disabled unless you enable it manually in Discord's settings file: This includes beta/testing settings and experiments that are included in public builds but hidden by default. This dev console can be used to modify settings in Discord that are normally hidden. Like Google Chrome, it includes a Developer console for running javascript code. Under the hood the Discord application is just trimmed down web browser, with much of the UI logic being written in javascript. This can be used to view beta experiments to try features currently in development that are included but hidden by default in Discord release builds. This guide shows how to enable dev mode for the Discord desktop application running on Windows (as of February 2022). Enable Dev Experiments in Discord for Windows
