Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 2 KB

README.md

File metadata and controls

34 lines (28 loc) · 2 KB

How Discord Work

Scripts

How To Open Discord Console

  1. Press CTRL + SHIFT + i (Developer Tools)
  2. Click on "Console"
  3. Clear the console image
  4. Now you can write / paste script and press ENTER

If CTRL + SHIFT + I don't work:

Discord now disables the developer console by default :(
For fix, go to %appdata%/discord/settings.json and set true this variable:

  "DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING": true,

Credit:

Note: Use everything here at your own risk.